Html Css Color HEX #CFDC5F Goldenrod

📋 copy color: '#CFDC5F'

red 207 ◦ green 220 ◦ blue 95

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

Shades of Goldenrod #CFDC5F

Tints of Goldenrod #CFDC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

 BLUE value IS 95 (37.5% from 255) = 18.2%

R = 39.66%
G = 42.15%
B = 18.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#CFDC5F (or 0xCFDC5F) is known color: Goldenrod. HEX triplet: CF, DC and 5F. RGB value is (207,220,95). Sum of RGB (Red+Green+Blue) = 207+220+95=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC5F is #3023A0. Grayscale: #CACACA. Windows color (decimal): -3154849 or 6282447. OLE color: 6282447.

HSL color Cylindrical-coordinate representation of color #CFDC5F: hue angle of 66.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFDC5F is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 95 -
CMYK 0.06 0 0.57 0.14
HSL 66.24º 0.64% 0.62% -
HSV(B) 66.24º 0.57% 0.86% -
XYZ 53.39 65.28 20.61 -
YUV 201.86 67.69 131.66 -
System Red Green Blue C M Y K H S L
Decimal 207 220 95 0.06 0 0.57 0.14 66.24 0.64 0.62
Hex CF DC 5F 6 0 39 E 42 40 3E
Octal 317 334 137 6 0 71 16 102 100 76
Binary 11001111 11011100 1011111 110 0 111001 1110 1000010 1000000 111110

Color Harmonies of #CFDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC5F

Black with #CFDC5F

Text Example


Text Example

White with #CFDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC5F; }

 p { color: rgb(207,220,95); }

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

background-color css

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

 a { background-color: rgb(207,220,95); }

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

border-color css

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

 span { border-color: rgb(207,220,95); }

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