Html Css Color HEX #CDA75B Apache

📋 copy color: '#CDA75B'

red 205 ◦ green 167 ◦ blue 91

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

Shades of Apache #CDA75B

Tints of Apache #CDA75B

RGB

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

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

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

R = 44.28%
G = 36.07%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CDA75B (or 0xCDA75B) is known color: Apache. HEX triplet: CD, A7 and 5B. RGB value is (205,167,91). Sum of RGB (Red+Green+Blue) = 205+167+91=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA75B is #3258A4. Grayscale: #AAAAAA. Windows color (decimal): -3299493 or 6006733. OLE color: 6006733.

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

Color convert

RGB 205 167 91 -
CMYK 0 0.19 0.56 0.20
HSL 40º 0.53% 0.58% -
HSV(B) 40º 0.56% 0.8% -
XYZ 40.88 41.37 15.73 -
YUV 169.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 205 167 91 0 0.19 0.56 0.20 40 0.53 0.58
Hex CD A7 5B 0 13 38 14 28 35 3A
Octal 315 247 133 0 23 70 24 50 65 72
Binary 11001101 10100111 1011011 0 10011 111000 10100 101000 110101 111010

Color Harmonies of #CDA75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA75B

Black with #CDA75B

Text Example


Text Example

White with #CDA75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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