Html Css Color HEX #CCCF71 Deco

📋 copy color: '#CCCF71'

red 204 ◦ green 207 ◦ blue 113

#CCCF71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCCF71

Tints of Deco #CCCF71

RGB

 RED value IS 204 (80.08% from 255) = 38.93%

 GREEN value IS 207 (81.25% from 255) = 39.5%

 BLUE value IS 113 (44.53% from 255) = 21.56%

R = 38.93%
G = 39.5%
B = 21.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCCF71 (or 0xCCCF71) is known color: Deco. HEX triplet: CC, CF and 71. RGB value is (204,207,113). Sum of RGB (Red+Green+Blue) = 204+207+113=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF71 is #33308E. Grayscale: #C3C3C3. Windows color (decimal): -3354767 or 7458764. OLE color: 7458764.

HSL color Cylindrical-coordinate representation of color #CCCF71: hue angle of 61.91º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCCF71 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 113 -
CMYK 0.01 0 0.45 0.19
HSL 61.91º 0.49% 0.63% -
HSV(B) 61.91º 0.45% 0.81% -
XYZ 50.2 58.66 24.3 -
YUV 195.39 81.51 134.14 -
System Red Green Blue C M Y K H S L
Decimal 204 207 113 0.01 0 0.45 0.19 61.91 0.49 0.63
Hex CC CF 71 1 0 2D 13 3E 31 3F
Octal 314 317 161 1 0 55 23 76 61 77
Binary 11001100 11001111 1110001 1 0 101101 10011 111110 110001 111111

Color Harmonies of #CCCF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF71

Black with #CCCF71

Text Example


Text Example

White with #CCCF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF71; }

 p { color: rgb(204,207,113); }

 H1.HeaderClassName
 {
   color: #CCCF71;
 }
 .AnyTagClassName
 {
   color: #CCCF71;
 }
</style>

background-color css

<style>
 a { background-color: #CCCF71; }

 a { background-color: rgb(204,207,113); }

 div.DivClassName
 {
   background-color: #CCCF71;
 }
 .BgClassName
 {
   background-color: #CCCF71;
 }
</style>

border-color css

<style>
 span { border-color: #CCCF71; }

 span { border-color: rgb(204,207,113); }

 td.TdClassName
 {
   border-color: #CCCF71;
 }
 .TagClassName
 {
   border-color: #CCCF71;
 }
</style>