Html Css Color HEX #CDA255 Apache

📋 copy color: '#CDA255'

red 205 ◦ green 162 ◦ blue 85

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

Shades of Apache #CDA255

Tints of Apache #CDA255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 85 (33.59% from 255) = 18.81%

R = 45.35%
G = 35.84%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CDA255 (or 0xCDA255) is known color: Apache. HEX triplet: CD, A2 and 55. RGB value is (205,162,85). Sum of RGB (Red+Green+Blue) = 205+162+85=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA255 is #325DAA. Grayscale: #A6A6A6. Windows color (decimal): -3300779 or 5612237. OLE color: 5612237.

HSL color Cylindrical-coordinate representation of color #CDA255: hue angle of 38.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDA255 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 162 85 -
CMYK 0 0.21 0.59 0.20
HSL 38.5º 0.55% 0.57% -
HSV(B) 38.5º 0.59% 0.8% -
XYZ 39.74 39.48 14.12 -
YUV 166.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 205 162 85 0 0.21 0.59 0.20 38.5 0.55 0.57
Hex CD A2 55 0 15 3B 14 26 37 39
Octal 315 242 125 0 25 73 24 46 67 71
Binary 11001101 10100010 1010101 0 10101 111011 10100 100110 110111 111001

Color Harmonies of #CDA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA255

Black with #CDA255

Text Example


Text Example

White with #CDA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA255; }

 p { color: rgb(205,162,85); }

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

background-color css

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

 a { background-color: rgb(205,162,85); }

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

border-color css

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

 span { border-color: rgb(205,162,85); }

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