Html Css Color HEX #CDA758 Apache

📋 copy color: '#CDA758'

red 205 ◦ green 167 ◦ blue 88

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

Shades of Apache #CDA758

Tints of Apache #CDA758

RGB

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

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

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

R = 44.57%
G = 36.3%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDA758 (or 0xCDA758) is known color: Apache. HEX triplet: CD, A7 and 58. RGB value is (205,167,88). Sum of RGB (Red+Green+Blue) = 205+167+88=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA758 is #3258A7. Grayscale: #A9A9A9. Windows color (decimal): -3299496 or 5810125. OLE color: 5810125.

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

Color convert

RGB 205 167 88 -
CMYK 0 0.19 0.57 0.20
HSL 40.51º 0.54% 0.57% -
HSV(B) 40.51º 0.57% 0.8% -
XYZ 40.76 41.32 15.06 -
YUV 169.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 205 167 88 0 0.19 0.57 0.20 40.51 0.54 0.57
Hex CD A7 58 0 13 39 14 29 36 39
Octal 315 247 130 0 23 71 24 51 66 71
Binary 11001101 10100111 1011000 0 10011 111001 10100 101001 110110 111001

Color Harmonies of #CDA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA758

Black with #CDA758

Text Example


Text Example

White with #CDA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA758; }

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

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

background-color css

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

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

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

border-color css

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

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

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