Html Css Color HEX #CDA250 Apache

📋 copy color: '#CDA250'

red 205 ◦ green 162 ◦ blue 80

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

Shades of Apache #CDA250

Tints of Apache #CDA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

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

R = 45.86%
G = 36.24%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CDA250 (or 0xCDA250) is known color: Apache. HEX triplet: CD, A2 and 50. RGB value is (205,162,80). Sum of RGB (Red+Green+Blue) = 205+162+80=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA250 is #325DAF. Grayscale: #A5A5A5. Windows color (decimal): -3300784 or 5284557. OLE color: 5284557.

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

Color convert

RGB 205 162 80 -
CMYK 0 0.21 0.61 0.20
HSL 39.36º 0.56% 0.56% -
HSV(B) 39.36º 0.61% 0.8% -
XYZ 39.55 39.4 13.11 -
YUV 165.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 205 162 80 0 0.21 0.61 0.20 39.36 0.56 0.56
Hex CD A2 50 0 15 3D 14 27 38 38
Octal 315 242 120 0 25 75 24 47 70 70
Binary 11001101 10100010 1010000 0 10101 111101 10100 100111 111000 111000

Color Harmonies of #CDA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA250

Black with #CDA250

Text Example


Text Example

White with #CDA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA250; }

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

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

background-color css

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

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

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

border-color css

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

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

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