Html Css Color HEX #CFDB6E Goldenrod

📋 copy color: '#CFDB6E'

red 207 ◦ green 219 ◦ blue 110

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

Shades of Goldenrod #CFDB6E

Tints of Goldenrod #CFDB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.86%

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

R = 38.62%
G = 40.86%
B = 20.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#CFDB6E (or 0xCFDB6E) is known color: Goldenrod. HEX triplet: CF, DB and 6E. RGB value is (207,219,110). Sum of RGB (Red+Green+Blue) = 207+219+110=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB6E is #302491. Grayscale: #CBCBCB. Windows color (decimal): -3155090 or 7265231. OLE color: 7265231.

HSL color Cylindrical-coordinate representation of color #CFDB6E: hue angle of 66.61º degrees, saturation: 0.6, 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 #CFDB6E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 110 -
CMYK 0.05 0 0.50 0.14
HSL 66.61º 0.6% 0.65% -
HSV(B) 66.61º 0.5% 0.86% -
XYZ 53.88 65.05 24.47 -
YUV 202.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 207 219 110 0.05 0 0.50 0.14 66.61 0.6 0.65
Hex CF DB 6E 5 0 32 E 43 3C 41
Octal 317 333 156 5 0 62 16 103 74 101
Binary 11001111 11011011 1101110 101 0 110010 1110 1000011 111100 1000001

Color Harmonies of #CFDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB6E

Black with #CFDB6E

Text Example


Text Example

White with #CFDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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