Html Css Color HEX #CDA35B Apache

📋 copy color: '#CDA35B'

red 205 ◦ green 163 ◦ blue 91

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

Shades of Apache #CDA35B

Tints of Apache #CDA35B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

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

R = 44.66%
G = 35.51%
B = 19.83%

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

#CDA35B (or 0xCDA35B) is known color: Apache. HEX triplet: CD, A3 and 5B. RGB value is (205,163,91). Sum of RGB (Red+Green+Blue) = 205+163+91=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA35B is #325CA4. Grayscale: #A7A7A7. Windows color (decimal): -3300517 or 6005709. OLE color: 6005709.

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

Color convert

RGB 205 163 91 -
CMYK 0 0.20 0.56 0.20
HSL 37.89º 0.53% 0.58% -
HSV(B) 37.89º 0.56% 0.8% -
XYZ 40.16 39.93 15.49 -
YUV 167.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 205 163 91 0 0.20 0.56 0.20 37.89 0.53 0.58
Hex CD A3 5B 0 14 38 14 26 35 3A
Octal 315 243 133 0 24 70 24 46 65 72
Binary 11001101 10100011 1011011 0 10100 111000 10100 100110 110101 111010

Color Harmonies of #CDA35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA35B

Black with #CDA35B

Text Example


Text Example

White with #CDA35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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