#CDA567

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

Shades of Apache #CDA567

Tints of Apache #CDA567

Color information

#CDA567 (or 0xCDA567) is unknown color: approx Apache. HEX triplet: CD, A5 and 67. RGB value is (205,165,103). Sum of RGB (Red+Green+Blue) = 205+165+103=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA567 is #325A98. Grayscale: #AAAAAA. Windows color (decimal): -3299993 or 6792653. OLE color: 6792653.

HSL color Cylindrical-coordinate representation of color #CDA567: hue angle of 36.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDA567 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205165103-
CMYK00.200.500.20
HSL36.47º50.5%60.39%-
HSV(B)36.47º49.76%80.39%-
XYZ41.0840.8718.56-
YUV169.8990.25153.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=43.34%
G=34.88%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516510300.200.500.2036.4750.560.39
HexCDA567014321424323c
Octal3152451470246224446274
Binary1100110110100101110011101010011001010100100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA567; }

 p { color: rgb(205,165,103); }

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

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

 a { background-color: rgb(205,165,103); }

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

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

 span { border-color: rgb(205,165,103); }

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