Html Css Color HEX #CFCC76 Deco

📋 copy color: '#CFCC76'

red 207 ◦ green 204 ◦ blue 118

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

Shades of Deco #CFCC76

Tints of Deco #CFCC76

RGB

 RED value IS 207 (81.25% from 255) = 39.13%

 GREEN value IS 204 (80.08% from 255) = 38.56%

 BLUE value IS 118 (46.48% from 255) = 22.31%

R = 39.13%
G = 38.56%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFCC76 (or 0xCFCC76) is known color: Deco. HEX triplet: CF, CC and 76. RGB value is (207,204,118). Sum of RGB (Red+Green+Blue) = 207+204+118=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC76 is #303389. Grayscale: #C3C3C3. Windows color (decimal): -3158922 or 7785679. OLE color: 7785679.

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

Color convert

RGB 207 204 118 -
CMYK 0 0.01 0.43 0.19
HSL 57.98º 0.48% 0.64% -
HSV(B) 57.98º 0.43% 0.81% -
XYZ 50.6 57.76 25.62 -
YUV 195.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 207 204 118 0 0.01 0.43 0.19 57.98 0.48 0.64
Hex CF CC 76 0 1 2B 13 3A 30 40
Octal 317 314 166 0 1 53 23 72 60 100
Binary 11001111 11001100 1110110 0 1 101011 10011 111010 110000 1000000

Color Harmonies of #CFCC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC76

Black with #CFCC76

Text Example


Text Example

White with #CFCC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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