Html Css Color HEX #CFDC5E Goldenrod

📋 copy color: '#CFDC5E'

red 207 ◦ green 220 ◦ blue 94

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

Shades of Goldenrod #CFDC5E

Tints of Goldenrod #CFDC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.04%

R = 39.73%
G = 42.23%
B = 18.04%

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

#CFDC5E (or 0xCFDC5E) is known color: Goldenrod. HEX triplet: CF, DC and 5E. RGB value is (207,220,94). Sum of RGB (Red+Green+Blue) = 207+220+94=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC5E is #3023A1. Grayscale: #CACACA. Windows color (decimal): -3154850 or 6216911. OLE color: 6216911.

HSL color Cylindrical-coordinate representation of color #CFDC5E: hue angle of 66.19º 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 #CFDC5E is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 94 -
CMYK 0.06 0 0.57 0.14
HSL 66.19º 0.64% 0.62% -
HSV(B) 66.19º 0.57% 0.86% -
XYZ 53.35 65.26 20.37 -
YUV 201.75 67.19 131.75 -
System Red Green Blue C M Y K H S L
Decimal 207 220 94 0.06 0 0.57 0.14 66.19 0.64 0.62
Hex CF DC 5E 6 0 39 E 42 40 3E
Octal 317 334 136 6 0 71 16 102 100 76
Binary 11001111 11011100 1011110 110 0 111001 1110 1000010 1000000 111110

Color Harmonies of #CFDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC5E

Black with #CFDC5E

Text Example


Text Example

White with #CFDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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