Html Css Color HEX #CFD971 Goldenrod

📋 copy color: '#CFD971'

red 207 ◦ green 217 ◦ blue 113

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

Shades of Goldenrod #CFD971

Tints of Goldenrod #CFD971

RGB

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

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

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

R = 38.55%
G = 40.41%
B = 21.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CFD971 (or 0xCFD971) is known color: Goldenrod. HEX triplet: CF, D9 and 71. RGB value is (207,217,113). Sum of RGB (Red+Green+Blue) = 207+217+113=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD971 is #30268E. Grayscale: #CACACA. Windows color (decimal): -3155599 or 7461327. OLE color: 7461327.

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

Color convert

RGB 207 217 113 -
CMYK 0.05 0 0.48 0.15
HSL 65.77º 0.58% 0.65% -
HSV(B) 65.77º 0.48% 0.85% -
XYZ 53.53 64.08 25.17 -
YUV 202.15 77.69 131.46 -
System Red Green Blue C M Y K H S L
Decimal 207 217 113 0.05 0 0.48 0.15 65.77 0.58 0.65
Hex CF D9 71 5 0 30 F 42 3A 41
Octal 317 331 161 5 0 60 17 102 72 101
Binary 11001111 11011001 1110001 101 0 110000 1111 1000010 111010 1000001

Color Harmonies of #CFD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD971

Black with #CFD971

Text Example


Text Example

White with #CFD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD971; }

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

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

background-color css

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

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

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

border-color css

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

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

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