Html Css Color HEX #CDA462 Apache

📋 copy color: '#CDA462'

red 205 ◦ green 164 ◦ blue 98

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

Shades of Apache #CDA462

Tints of Apache #CDA462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.12%

 BLUE value IS 98 (38.67% from 255) = 20.99%

R = 43.9%
G = 35.12%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDA462 (or 0xCDA462) is known color: Apache. HEX triplet: CD, A4 and 62. RGB value is (205,164,98). Sum of RGB (Red+Green+Blue) = 205+164+98=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA462 is #325B9D. Grayscale: #A9A9A9. Windows color (decimal): -3300254 or 6464717. OLE color: 6464717.

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

Color convert

RGB 205 164 98 -
CMYK 0 0.2 0.52 0.20
HSL 37.01º 0.52% 0.59% -
HSV(B) 37.01º 0.52% 0.8% -
XYZ 40.66 40.41 17.21 -
YUV 168.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 205 164 98 0 0.2 0.52 0.20 37.01 0.52 0.59
Hex CD A4 62 0 14 34 14 25 34 3B
Octal 315 244 142 0 24 64 24 45 64 73
Binary 11001101 10100100 1100010 0 10100 110100 10100 100101 110100 111011

Color Harmonies of #CDA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA462

Black with #CDA462

Text Example


Text Example

White with #CDA462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA462; }

 p { color: rgb(205,164,98); }

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

background-color css

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

 a { background-color: rgb(205,164,98); }

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

border-color css

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

 span { border-color: rgb(205,164,98); }

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