Html Css Color HEX #CDA55B Apache

📋 copy color: '#CDA55B'

red 205 ◦ green 165 ◦ blue 91

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

Shades of Apache #CDA55B

Tints of Apache #CDA55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

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

R = 44.47%
G = 35.79%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CDA55B (or 0xCDA55B) is known color: Apache. HEX triplet: CD, A5 and 5B. RGB value is (205,165,91). Sum of RGB (Red+Green+Blue) = 205+165+91=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA55B is #325AA4. Grayscale: #A8A8A8. Windows color (decimal): -3300005 or 6006221. OLE color: 6006221.

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

Color convert

RGB 205 165 91 -
CMYK 0 0.20 0.56 0.20
HSL 38.95º 0.53% 0.58% -
HSV(B) 38.95º 0.56% 0.8% -
XYZ 40.52 40.64 15.61 -
YUV 168.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 205 165 91 0 0.20 0.56 0.20 38.95 0.53 0.58
Hex CD A5 5B 0 14 38 14 27 35 3A
Octal 315 245 133 0 24 70 24 47 65 72
Binary 11001101 10100101 1011011 0 10100 111000 10100 100111 110101 111010

Color Harmonies of #CDA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA55B

Black with #CDA55B

Text Example


Text Example

White with #CDA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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