Html Css Color HEX #CDA665 Apache

📋 copy color: '#CDA665'

red 205 ◦ green 166 ◦ blue 101

#CDA665
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CDA665

Tints of Apache #CDA665

RGB

 RED value IS 205 (80.47% from 255) = 43.43%

 GREEN value IS 166 (65.23% from 255) = 35.17%

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 43.43%
G = 35.17%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CDA665 (or 0xCDA665) is known color: Apache. HEX triplet: CD, A6 and 65. RGB value is (205,166,101). Sum of RGB (Red+Green+Blue) = 205+166+101=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA665 is #32599A. Grayscale: #AAAAAA. Windows color (decimal): -3299739 or 6661837. OLE color: 6661837.

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

Color convert

RGB 205 166 101 -
CMYK 0 0.19 0.51 0.20
HSL 37.5º 0.51% 0.6% -
HSV(B) 37.5º 0.51% 0.8% -
XYZ 41.16 41.19 18.09 -
YUV 170.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 205 166 101 0 0.19 0.51 0.20 37.5 0.51 0.6
Hex CD A6 65 0 13 33 14 26 33 3C
Octal 315 246 145 0 23 63 24 46 63 74
Binary 11001101 10100110 1100101 0 10011 110011 10100 100110 110011 111100

Color Harmonies of #CDA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA665

Black with #CDA665

Text Example


Text Example

White with #CDA665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA665; }

 p { color: rgb(205,166,101); }

 H1.HeaderClassName
 {
   color: #CDA665;
 }
 .AnyTagClassName
 {
   color: #CDA665;
 }
</style>

background-color css

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

 a { background-color: rgb(205,166,101); }

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

border-color css

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

 span { border-color: rgb(205,166,101); }

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