Html Css Color HEX #CDA45B Apache

📋 copy color: '#CDA45B'

red 205 ◦ green 164 ◦ blue 91

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

Shades of Apache #CDA45B

Tints of Apache #CDA45B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.65%

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 44.57%
G = 35.65%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CDA45B (or 0xCDA45B) is known color: Apache. HEX triplet: CD, A4 and 5B. RGB value is (205,164,91). Sum of RGB (Red+Green+Blue) = 205+164+91=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA45B is #325BA4. Grayscale: #A8A8A8. Windows color (decimal): -3300261 or 6005965. OLE color: 6005965.

HSL color Cylindrical-coordinate representation of color #CDA45B: hue angle of 38.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDA45B is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 164 91 -
CMYK 0 0.2 0.56 0.20
HSL 38.42º 0.53% 0.58% -
HSV(B) 38.42º 0.56% 0.8% -
XYZ 40.34 40.29 15.55 -
YUV 167.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 205 164 91 0 0.2 0.56 0.20 38.42 0.53 0.58
Hex CD A4 5B 0 14 38 14 26 35 3A
Octal 315 244 133 0 24 70 24 46 65 72
Binary 11001101 10100100 1011011 0 10100 111000 10100 100110 110101 111010

Color Harmonies of #CDA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA45B

Black with #CDA45B

Text Example


Text Example

White with #CDA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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