Html Css Color HEX #CFD974 Goldenrod

📋 copy color: '#CFD974'

red 207 ◦ green 217 ◦ blue 116

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

Shades of Goldenrod #CFD974

Tints of Goldenrod #CFD974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.48%

R = 38.33%
G = 40.19%
B = 21.48%

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

#CFD974 (or 0xCFD974) is known color: Goldenrod. HEX triplet: CF, D9 and 74. RGB value is (207,217,116). Sum of RGB (Red+Green+Blue) = 207+217+116=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD974 is #30268B. Grayscale: #CACACA. Windows color (decimal): -3155596 or 7657935. OLE color: 7657935.

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

Color convert

RGB 207 217 116 -
CMYK 0.05 0 0.47 0.15
HSL 65.94º 0.57% 0.65% -
HSV(B) 65.94º 0.47% 0.85% -
XYZ 53.7 64.15 26.08 -
YUV 202.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 207 217 116 0.05 0 0.47 0.15 65.94 0.57 0.65
Hex CF D9 74 5 0 2F F 42 39 41
Octal 317 331 164 5 0 57 17 102 71 101
Binary 11001111 11011001 1110100 101 0 101111 1111 1000010 111001 1000001

Color Harmonies of #CFD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD974

Black with #CFD974

Text Example


Text Example

White with #CFD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD974; }

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

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

background-color css

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

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

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

border-color css

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

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

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