Html Css Color HEX #CFD973 Goldenrod

📋 copy color: '#CFD973'

red 207 ◦ green 217 ◦ blue 115

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

Shades of Goldenrod #CFD973

Tints of Goldenrod #CFD973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.34%

R = 38.4%
G = 40.26%
B = 21.34%

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

#CFD973 (or 0xCFD973) is known color: Goldenrod. HEX triplet: CF, D9 and 73. RGB value is (207,217,115). Sum of RGB (Red+Green+Blue) = 207+217+115=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD973 is #30268C. Grayscale: #CACACA. Windows color (decimal): -3155597 or 7592399. OLE color: 7592399.

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

Color convert

RGB 207 217 115 -
CMYK 0.05 0 0.47 0.15
HSL 65.88º 0.57% 0.65% -
HSV(B) 65.88º 0.47% 0.85% -
XYZ 53.64 64.13 25.77 -
YUV 202.38 78.69 131.29 -
System Red Green Blue C M Y K H S L
Decimal 207 217 115 0.05 0 0.47 0.15 65.88 0.57 0.65
Hex CF D9 73 5 0 2F F 42 39 41
Octal 317 331 163 5 0 57 17 102 71 101
Binary 11001111 11011001 1110011 101 0 101111 1111 1000010 111001 1000001

Color Harmonies of #CFD973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD973

Black with #CFD973

Text Example


Text Example

White with #CFD973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD973; }

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

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

background-color css

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

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

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

border-color css

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

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

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