Html Css Color HEX #CFD972 Goldenrod

📋 copy color: '#CFD972'

red 207 ◦ green 217 ◦ blue 114

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

Shades of Goldenrod #CFD972

Tints of Goldenrod #CFD972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 38.48%
G = 40.33%
B = 21.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#CFD972 (or 0xCFD972) is known color: Goldenrod. HEX triplet: CF, D9 and 72. RGB value is (207,217,114). Sum of RGB (Red+Green+Blue) = 207+217+114=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD972 is #30268D. Grayscale: #CACACA. Windows color (decimal): -3155598 or 7526863. OLE color: 7526863.

HSL color Cylindrical-coordinate representation of color #CFD972: hue angle of 65.83º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD972 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 114 -
CMYK 0.05 0 0.47 0.15
HSL 65.83º 0.58% 0.65% -
HSV(B) 65.83º 0.47% 0.85% -
XYZ 53.58 64.11 25.47 -
YUV 202.27 78.19 131.38 -
System Red Green Blue C M Y K H S L
Decimal 207 217 114 0.05 0 0.47 0.15 65.83 0.58 0.65
Hex CF D9 72 5 0 2F F 42 3A 41
Octal 317 331 162 5 0 57 17 102 72 101
Binary 11001111 11011001 1110010 101 0 101111 1111 1000010 111010 1000001

Color Harmonies of #CFD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD972

Black with #CFD972

Text Example


Text Example

White with #CFD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD972; }

 p { color: rgb(207,217,114); }

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

background-color css

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

 a { background-color: rgb(207,217,114); }

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

border-color css

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

 span { border-color: rgb(207,217,114); }

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