Html Css Color HEX #CFDC6E Goldenrod

📋 copy color: '#CFDC6E'

red 207 ◦ green 220 ◦ blue 110

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

Shades of Goldenrod #CFDC6E

Tints of Goldenrod #CFDC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 38.55%
G = 40.97%
B = 20.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#CFDC6E (or 0xCFDC6E) is known color: Goldenrod. HEX triplet: CF, DC and 6E. RGB value is (207,220,110). Sum of RGB (Red+Green+Blue) = 207+220+110=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC6E is #302391. Grayscale: #CBCBCB. Windows color (decimal): -3154834 or 7265487. OLE color: 7265487.

HSL color Cylindrical-coordinate representation of color #CFDC6E: hue angle of 67.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFDC6E is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 110 -
CMYK 0.06 0 0.50 0.14
HSL 67.09º 0.61% 0.65% -
HSV(B) 67.09º 0.5% 0.86% -
XYZ 54.14 65.58 24.56 -
YUV 203.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 207 220 110 0.06 0 0.50 0.14 67.09 0.61 0.65
Hex CF DC 6E 6 0 32 E 43 3D 41
Octal 317 334 156 6 0 62 16 103 75 101
Binary 11001111 11011100 1101110 110 0 110010 1110 1000011 111101 1000001

Color Harmonies of #CFDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC6E

Black with #CFDC6E

Text Example


Text Example

White with #CFDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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