Html Css Color HEX #CFDD6E Goldenrod

📋 copy color: '#CFDD6E'

red 207 ◦ green 221 ◦ blue 110

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

Shades of Goldenrod #CFDD6E

Tints of Goldenrod #CFDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

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

R = 38.48%
G = 41.08%
B = 20.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#CFDD6E (or 0xCFDD6E) is known color: Goldenrod. HEX triplet: CF, DD and 6E. RGB value is (207,221,110). Sum of RGB (Red+Green+Blue) = 207+221+110=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD6E is #302291. Grayscale: #CCCCCC. Windows color (decimal): -3154578 or 7265743. OLE color: 7265743.

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

Color convert

RGB 207 221 110 -
CMYK 0.06 0 0.50 0.13
HSL 67.57º 0.62% 0.65% -
HSV(B) 67.57º 0.5% 0.87% -
XYZ 54.4 66.1 24.64 -
YUV 204.16 74.86 130.03 -
System Red Green Blue C M Y K H S L
Decimal 207 221 110 0.06 0 0.50 0.13 67.57 0.62 0.65
Hex CF DD 6E 6 0 32 D 44 3E 41
Octal 317 335 156 6 0 62 15 104 76 101
Binary 11001111 11011101 1101110 110 0 110010 1101 1000100 111110 1000001

Color Harmonies of #CFDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD6E

Black with #CFDD6E

Text Example


Text Example

White with #CFDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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