Html Css Color HEX #CDA252 Apache

📋 copy color: '#CDA252'

red 205 ◦ green 162 ◦ blue 82

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

Shades of Apache #CDA252

Tints of Apache #CDA252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.26%

R = 45.66%
G = 36.08%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#CDA252 (or 0xCDA252) is known color: Apache. HEX triplet: CD, A2 and 52. RGB value is (205,162,82). Sum of RGB (Red+Green+Blue) = 205+162+82=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA252 is #325DAD. Grayscale: #A6A6A6. Windows color (decimal): -3300782 or 5415629. OLE color: 5415629.

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

Color convert

RGB 205 162 82 -
CMYK 0 0.21 0.6 0.20
HSL 39.02º 0.55% 0.56% -
HSV(B) 39.02º 0.6% 0.8% -
XYZ 39.62 39.43 13.5 -
YUV 165.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 205 162 82 0 0.21 0.6 0.20 39.02 0.55 0.56
Hex CD A2 52 0 15 3C 14 27 37 38
Octal 315 242 122 0 25 74 24 47 67 70
Binary 11001101 10100010 1010010 0 10101 111100 10100 100111 110111 111000

Color Harmonies of #CDA252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA252

Black with #CDA252

Text Example


Text Example

White with #CDA252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA252; }

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

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

background-color css

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

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

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

border-color css

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

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

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