#CDD967

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

Shades of Goldenrod #CDD967

Tints of Goldenrod #CDD967

Color information

#CDD967 (or 0xCDD967) is unknown color: approx Goldenrod. HEX triplet: CD, D9 and 67. RGB value is (205,217,103). Sum of RGB (Red+Green+Blue) = 205+217+103=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD967 is #322698. Grayscale: #C8C8C8. Windows color (decimal): -3286681 or 6805965. OLE color: 6805965.

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

Color convert

RGB205217103-
CMYK0.0600.530.15
HSL66.32º60%62.75%-
HSV(B)66.32º52.53%85.1%-
XYZ52.4463.5822.34-
YUV200.4273.02131.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 103 (40.62% from 255) = 19.62%
R=39.05%
G=41.33%
B=19.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171030.0600.530.1566.326062.75
HexCDD9676035F423c3f
Octal3153311476065171027477
Binary11001101110110011100111110011010111111000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD967; }

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

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

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

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

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

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

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

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