#CDDB67

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

Shades of Goldenrod #CDDB67

Tints of Goldenrod #CDDB67

Color information

#CDDB67 (or 0xCDDB67) is unknown color: approx Goldenrod. HEX triplet: CD, DB and 67. RGB value is (205,219,103). Sum of RGB (Red+Green+Blue) = 205+219+103=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB67 is #322498. Grayscale: #CACACA. Windows color (decimal): -3286169 or 6806477. OLE color: 6806477.

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

Color convert

RGB205219103-
CMYK0.0600.530.14
HSL67.24º61.7%63.14%-
HSV(B)67.24º52.97%85.88%-
XYZ52.9664.6222.51-
YUV201.5972.36130.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 103 (40.62% from 255) = 19.54%
R=38.90%
G=41.56%
B=19.54%

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
Decimal2052191030.0600.530.1467.2461.763.14
HexCDDB676035E433e3f
Octal3153331476065161037677
Binary11001101110110111100111110011010111101000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB67; }

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

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

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

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

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

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

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

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