#CEDB68

Color #CEDB68 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CEDB68

Tints of Goldenrod #CEDB68

Color information

#CEDB68 (or 0xCEDB68) is unknown color: approx Goldenrod. HEX triplet: CE, DB and 68. RGB value is (206,219,104). Sum of RGB (Red+Green+Blue) = 206+219+104=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB68 is #312497. Grayscale: #CACACA. Windows color (decimal): -3220632 or 6872014. OLE color: 6872014.

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

Color convert

RGB206219104-
CMYK0.0600.530.14
HSL66.78º61.5%63.33%-
HSV(B)66.78º52.51%85.88%-
XYZ53.2864.7822.79-
YUV20272.69130.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 104 (41.02% from 255) = 19.66%
R=38.94%
G=41.40%
B=19.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191040.0600.530.1466.7861.563.33
HexCEDB686035E433d3f
Octal3163331506065161037577
Binary11001110110110111101000110011010111101000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDB68; }

 p { color: rgb(206,219,104); }

 H1.HeaderClassName
 {
   color: #CEDB68;
 }
 .AnyTagClassName
 {
   color: #CEDB68;
 }
</style>
background-color css

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

 a { background-color: rgb(206,219,104); }

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

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

 span { border-color: rgb(206,219,104); }

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