Html Css Color HEX #CFCC70 Goldenrod

📋 copy color: '#CFCC70'

red 207 ◦ green 204 ◦ blue 112

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

Shades of Goldenrod #CFCC70

Tints of Goldenrod #CFCC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 39.58%
G = 39.01%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFCC70 (or 0xCFCC70) is known color: Goldenrod. HEX triplet: CF, CC and 70. RGB value is (207,204,112). Sum of RGB (Red+Green+Blue) = 207+204+112=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC70 is #30338F. Grayscale: #C2C2C2. Windows color (decimal): -3158928 or 7392463. OLE color: 7392463.

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

Color convert

RGB 207 204 112 -
CMYK 0 0.01 0.46 0.19
HSL 58.11º 0.5% 0.63% -
HSV(B) 58.11º 0.46% 0.81% -
XYZ 50.25 57.62 23.8 -
YUV 194.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 207 204 112 0 0.01 0.46 0.19 58.11 0.5 0.63
Hex CF CC 70 0 1 2E 13 3A 32 3F
Octal 317 314 160 0 1 56 23 72 62 77
Binary 11001111 11001100 1110000 0 1 101110 10011 111010 110010 111111

Color Harmonies of #CFCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC70

Black with #CFCC70

Text Example


Text Example

White with #CFCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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