#CDA467

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

Shades of Apache #CDA467

Tints of Apache #CDA467

Color information

#CDA467 (or 0xCDA467) is unknown color: approx Apache. HEX triplet: CD, A4 and 67. RGB value is (205,164,103). Sum of RGB (Red+Green+Blue) = 205+164+103=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA467 is #325B98. Grayscale: #A9A9A9. Windows color (decimal): -3300249 or 6792397. OLE color: 6792397.

HSL color Cylindrical-coordinate representation of color #CDA467: hue angle of 35.88º 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 #CDA467 is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205164103-
CMYK00.20.500.20
HSL35.88º50.5%60.39%-
HSV(B)35.88º49.76%80.39%-
XYZ40.940.5118.5-
YUV169.390.58153.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=43.43%
G=34.75%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516410300.20.500.2035.8850.560.39
HexCDA467014321424323c
Octal3152441470246224446274
Binary1100110110100100110011101010011001010100100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA467; }

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

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

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

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

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

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

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

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