Html Css Color HEX #CFD970 Goldenrod

📋 copy color: '#CFD970'

red 207 ◦ green 217 ◦ blue 112

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

Shades of Goldenrod #CFD970

Tints of Goldenrod #CFD970

RGB

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

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

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

R = 38.62%
G = 40.49%
B = 20.9%

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

#CFD970 (or 0xCFD970) is known color: Goldenrod. HEX triplet: CF, D9 and 70. RGB value is (207,217,112). Sum of RGB (Red+Green+Blue) = 207+217+112=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD970 is #30268F. Grayscale: #CACACA. Windows color (decimal): -3155600 or 7395791. OLE color: 7395791.

HSL color Cylindrical-coordinate representation of color #CFD970: hue angle of 65.71º 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 #CFD970 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 112 -
CMYK 0.05 0 0.48 0.15
HSL 65.71º 0.58% 0.65% -
HSV(B) 65.71º 0.48% 0.85% -
XYZ 53.47 64.06 24.88 -
YUV 202.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 207 217 112 0.05 0 0.48 0.15 65.71 0.58 0.65
Hex CF D9 70 5 0 30 F 42 3A 41
Octal 317 331 160 5 0 60 17 102 72 101
Binary 11001111 11011001 1110000 101 0 110000 1111 1000010 111010 1000001

Color Harmonies of #CFD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD970

Black with #CFD970

Text Example


Text Example

White with #CFD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD970; }

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

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

background-color css

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

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

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

border-color css

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

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

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