Html Css Color HEX #CDA75F Apache

📋 copy color: '#CDA75F'

red 205 ◦ green 167 ◦ blue 95

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

Shades of Apache #CDA75F

Tints of Apache #CDA75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 43.9%
G = 35.76%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CDA75F (or 0xCDA75F) is known color: Apache. HEX triplet: CD, A7 and 5F. RGB value is (205,167,95). Sum of RGB (Red+Green+Blue) = 205+167+95=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA75F is #3258A0. Grayscale: #AAAAAA. Windows color (decimal): -3299489 or 6268877. OLE color: 6268877.

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

Color convert

RGB 205 167 95 -
CMYK 0 0.19 0.54 0.20
HSL 39.27º 0.52% 0.59% -
HSV(B) 39.27º 0.54% 0.8% -
XYZ 41.06 41.44 16.66 -
YUV 170.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 205 167 95 0 0.19 0.54 0.20 39.27 0.52 0.59
Hex CD A7 5F 0 13 36 14 27 34 3B
Octal 315 247 137 0 23 66 24 47 64 73
Binary 11001101 10100111 1011111 0 10011 110110 10100 100111 110100 111011

Color Harmonies of #CDA75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA75F

Black with #CDA75F

Text Example


Text Example

White with #CDA75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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