Html Css Color HEX #CDA755 Apache

📋 copy color: '#CDA755'

red 205 ◦ green 167 ◦ blue 85

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

Shades of Apache #CDA755

Tints of Apache #CDA755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.54%

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

R = 44.86%
G = 36.54%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CDA755 (or 0xCDA755) is known color: Apache. HEX triplet: CD, A7 and 55. RGB value is (205,167,85). Sum of RGB (Red+Green+Blue) = 205+167+85=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA755 is #3258AA. Grayscale: #A9A9A9. Windows color (decimal): -3299499 or 5613517. OLE color: 5613517.

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

Color convert

RGB 205 167 85 -
CMYK 0 0.19 0.59 0.20
HSL 41º 0.55% 0.57% -
HSV(B) 41º 0.59% 0.8% -
XYZ 40.64 41.27 14.42 -
YUV 169.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 205 167 85 0 0.19 0.59 0.20 41 0.55 0.57
Hex CD A7 55 0 13 3B 14 29 37 39
Octal 315 247 125 0 23 73 24 51 67 71
Binary 11001101 10100111 1010101 0 10011 111011 10100 101001 110111 111001

Color Harmonies of #CDA755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA755

Black with #CDA755

Text Example


Text Example

White with #CDA755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA755; }

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

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

background-color css

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

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

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

border-color css

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

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

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