#CCD07A

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

Shades of Deco #CCD07A

Tints of Deco #CCD07A

Color information

#CCD07A (or 0xCCD07A) is unknown color: approx Deco. HEX triplet: CC, D0 and 7A. RGB value is (204,208,122). Sum of RGB (Red+Green+Blue) = 204+208+122=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD07A is #332F85. Grayscale: #C5C5C5. Windows color (decimal): -3354502 or 8048844. OLE color: 8048844.

HSL color Cylindrical-coordinate representation of color #CCD07A: hue angle of 62.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCD07A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB204208122-
CMYK0.0200.410.18
HSL62.79º47.78%64.71%-
HSV(B)62.79º41.35%81.57%-
XYZ50.9759.3527.18-
YUV19785.67132.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 122 (48.05% from 255) = 22.85%
R=38.20%
G=38.95%
B=22.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042081220.0200.410.1862.7947.7864.71
HexCCD07A2029123f3041
Octal3143201722051227760101
Binary11001100110100001111010100101001100101111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD07A; }

 p { color: rgb(204,208,122); }

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

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

 a { background-color: rgb(204,208,122); }

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

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

 span { border-color: rgb(204,208,122); }

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