#CECC6B

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

Shades of Goldenrod #CECC6B

Tints of Goldenrod #CECC6B

Color information

#CECC6B (or 0xCECC6B) is unknown color: approx Goldenrod. HEX triplet: CE, CC and 6B. RGB value is (206,204,107). Sum of RGB (Red+Green+Blue) = 206+204+107=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC6B is #313394. Grayscale: #C1C1C1. Windows color (decimal): -3224469 or 7064782. OLE color: 7064782.

HSL color Cylindrical-coordinate representation of color #CECC6B: hue angle of 58.79º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CECC6B is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206204107-
CMYK00.010.480.19
HSL58.79º50.25%61.37%-
HSV(B)58.79º48.06%80.78%-
XYZ49.757.3722.36-
YUV193.5479.16136.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 107 (42.19% from 255) = 20.70%
R=39.85%
G=39.46%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620410700.010.480.1958.7950.2561.37
HexCECC6B0130133b323d
Octal316314153016023736275
Binary110011101100110011010110111000010011111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC6B; }

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

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

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

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

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

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

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

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