#CAD67D

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

Shades of Deco #CAD67D

Tints of Deco #CAD67D

Color information

#CAD67D (or 0xCAD67D) is unknown color: approx Deco. HEX triplet: CA, D6 and 7D. RGB value is (202,214,125). Sum of RGB (Red+Green+Blue) = 202+214+125=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD67D is #352982. Grayscale: #C8C8C8. Windows color (decimal): -3484035 or 8246986. OLE color: 8246986.

HSL color Cylindrical-coordinate representation of color #CAD67D: hue angle of 68.09º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAD67D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB202214125-
CMYK0.0600.420.16
HSL68.09º52.05%66.47%-
HSV(B)68.09º41.59%83.92%-
XYZ52.1162.1328.65-
YUV200.2785.52129.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=37.34%
G=39.56%
B=23.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141250.0600.420.1668.0952.0566.47
HexCAD67D602A10443442
Octal31232617560522010464102
Binary1100101011010110111110111001010101000010001001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD67D; }

 p { color: rgb(202,214,125); }

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

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

 a { background-color: rgb(202,214,125); }

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

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

 span { border-color: rgb(202,214,125); }

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