#CDCC6B

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

Shades of Goldenrod #CDCC6B

Tints of Goldenrod #CDCC6B

Color information

#CDCC6B (or 0xCDCC6B) is unknown color: approx Goldenrod. HEX triplet: CD, CC and 6B. RGB value is (205,204,107). Sum of RGB (Red+Green+Blue) = 205+204+107=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC6B is #323394. Grayscale: #C1C1C1. Windows color (decimal): -3290005 or 7064781. OLE color: 7064781.

HSL color Cylindrical-coordinate representation of color #CDCC6B: hue angle of 59.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDCC6B is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB205204107-
CMYK00.000.480.20
HSL59.39º49.49%61.18%-
HSV(B)59.39º47.8%80.39%-
XYZ49.4257.2322.35-
YUV193.2479.33136.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 107 (42.19% from 255) = 20.74%
R=39.73%
G=39.53%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520410700.000.480.2059.3949.4961.18
HexCDCC6B0030143b313d
Octal315314153006024736175
Binary110011011100110011010110011000010100111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC6B; }

 p { color: rgb(205,204,107); }

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

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

 a { background-color: rgb(205,204,107); }

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

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

 span { border-color: rgb(205,204,107); }

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