Html Css Color HEX #CDA958 Apache

📋 copy color: '#CDA958'

red 205 ◦ green 169 ◦ blue 88

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

Shades of Apache #CDA958

Tints of Apache #CDA958

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.58%

 BLUE value IS 88 (34.77% from 255) = 19.05%

R = 44.37%
G = 36.58%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDA958 (or 0xCDA958) is known color: Apache. HEX triplet: CD, A9 and 58. RGB value is (205,169,88). Sum of RGB (Red+Green+Blue) = 205+169+88=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA958 is #3256A7. Grayscale: #AAAAAA. Windows color (decimal): -3298984 or 5810637. OLE color: 5810637.

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

Color convert

RGB 205 169 88 -
CMYK 0 0.18 0.57 0.20
HSL 41.54º 0.54% 0.57% -
HSV(B) 41.54º 0.57% 0.8% -
XYZ 41.13 42.06 15.18 -
YUV 170.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 205 169 88 0 0.18 0.57 0.20 41.54 0.54 0.57
Hex CD A9 58 0 12 39 14 2A 36 39
Octal 315 251 130 0 22 71 24 52 66 71
Binary 11001101 10101001 1011000 0 10010 111001 10100 101010 110110 111001

Color Harmonies of #CDA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA958

Black with #CDA958

Text Example


Text Example

White with #CDA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA958; }

 p { color: rgb(205,169,88); }

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

background-color css

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

 a { background-color: rgb(205,169,88); }

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

border-color css

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

 span { border-color: rgb(205,169,88); }

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