#CDDB62

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

Shades of Goldenrod #CDDB62

Tints of Goldenrod #CDDB62

Color information

#CDDB62 (or 0xCDDB62) is unknown color: approx Goldenrod. HEX triplet: CD, DB and 62. RGB value is (205,219,98). Sum of RGB (Red+Green+Blue) = 205+219+98=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB62 is #32249D. Grayscale: #C9C9C9. Windows color (decimal): -3286174 or 6478797. OLE color: 6478797.

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

Color convert

RGB20521998-
CMYK0.0600.550.14
HSL66.94º62.69%62.16%-
HSV(B)66.94º55.25%85.88%-
XYZ52.7164.5221.23-
YUV201.0269.86130.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 219 (85.94% from 255) = 41.95%
BLUE value IS 98 (38.67% from 255) = 18.77%
R=39.27%
G=41.95%
B=18.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205219980.0600.550.1466.9462.6962.16
HexCDDB626037E433f3e
Octal3153331426067161037776
Binary11001101110110111100010110011011111101000011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB62; }

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

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

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

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

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

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

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

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