Html Css Color HEX #CFD975 Goldenrod

📋 copy color: '#CFD975'

red 207 ◦ green 217 ◦ blue 117

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

Shades of Goldenrod #CFD975

Tints of Goldenrod #CFD975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.63%

R = 38.26%
G = 40.11%
B = 21.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#CFD975 (or 0xCFD975) is known color: Goldenrod. HEX triplet: CF, D9 and 75. RGB value is (207,217,117). Sum of RGB (Red+Green+Blue) = 207+217+117=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD975 is #30268A. Grayscale: #CBCBCB. Windows color (decimal): -3155595 or 7723471. OLE color: 7723471.

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

Color convert

RGB 207 217 117 -
CMYK 0.05 0 0.46 0.15
HSL 66º 0.57% 0.65% -
HSV(B) 66º 0.46% 0.85% -
XYZ 53.76 64.18 26.38 -
YUV 202.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 207 217 117 0.05 0 0.46 0.15 66 0.57 0.65
Hex CF D9 75 5 0 2E F 42 39 41
Octal 317 331 165 5 0 56 17 102 71 101
Binary 11001111 11011001 1110101 101 0 101110 1111 1000010 111001 1000001

Color Harmonies of #CFD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD975

Black with #CFD975

Text Example


Text Example

White with #CFD975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD975; }

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

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

background-color css

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

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

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

border-color css

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

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

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