#CDDB68

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

Shades of Goldenrod #CDDB68

Tints of Goldenrod #CDDB68

Color information

#CDDB68 (or 0xCDDB68) is unknown color: approx Goldenrod. HEX triplet: CD, DB and 68. RGB value is (205,219,104). Sum of RGB (Red+Green+Blue) = 205+219+104=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB68 is #322497. Grayscale: #CACACA. Windows color (decimal): -3286168 or 6872013. OLE color: 6872013.

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

Color convert

RGB205219104-
CMYK0.0600.530.14
HSL67.3º61.5%63.33%-
HSV(B)67.3º52.51%85.88%-
XYZ53.0164.6422.78-
YUV201.772.86130.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 104 (41.02% from 255) = 19.70%
R=38.83%
G=41.48%
B=19.70%

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
Decimal2052191040.0600.530.1467.361.563.33
HexCDDB686035E433d3f
Octal3153331506065161037577
Binary11001101110110111101000110011010111101000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB68; }

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

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

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

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

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

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

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

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