#CDD865

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

Shades of Goldenrod #CDD865

Tints of Goldenrod #CDD865

Color information

#CDD865 (or 0xCDD865) is unknown color: approx Goldenrod. HEX triplet: CD, D8 and 65. RGB value is (205,216,101). Sum of RGB (Red+Green+Blue) = 205+216+101=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD865 is #32279A. Grayscale: #C8C8C8. Windows color (decimal): -3286939 or 6674637. OLE color: 6674637.

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

Color convert

RGB205216101-
CMYK0.0500.530.15
HSL65.74º59.59%62.16%-
HSV(B)65.74º53.24%84.71%-
XYZ52.0863.0321.73-
YUV199.672.36131.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 101 (39.84% from 255) = 19.35%
R=39.27%
G=41.38%
B=19.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161010.0500.530.1565.7459.5962.16
HexCDD8655035F423c3e
Octal3153301455065171027476
Binary11001101110110001100101101011010111111000010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD865; }

 p { color: rgb(205,216,101); }

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

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

 a { background-color: rgb(205,216,101); }

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

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

 span { border-color: rgb(205,216,101); }

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