Html Css Color HEX #CDA350 Apache

📋 copy color: '#CDA350'

red 205 ◦ green 163 ◦ blue 80

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

Shades of Apache #CDA350

Tints of Apache #CDA350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.86%

R = 45.76%
G = 36.38%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CDA350 (or 0xCDA350) is known color: Apache. HEX triplet: CD, A3 and 50. RGB value is (205,163,80). Sum of RGB (Red+Green+Blue) = 205+163+80=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA350 is #325CAF. Grayscale: #A6A6A6. Windows color (decimal): -3300528 or 5284813. OLE color: 5284813.

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

Color convert

RGB 205 163 80 -
CMYK 0 0.20 0.61 0.20
HSL 39.84º 0.56% 0.56% -
HSV(B) 39.84º 0.61% 0.8% -
XYZ 39.72 39.75 13.17 -
YUV 166.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 205 163 80 0 0.20 0.61 0.20 39.84 0.56 0.56
Hex CD A3 50 0 14 3D 14 28 38 38
Octal 315 243 120 0 24 75 24 50 70 70
Binary 11001101 10100011 1010000 0 10100 111101 10100 101000 111000 111000

Color Harmonies of #CDA350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA350

Black with #CDA350

Text Example


Text Example

White with #CDA350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA350; }

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

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

background-color css

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

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

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

border-color css

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

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

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