Html Css Color HEX #CD882A Dixie

📋 copy color: '#CD882A'

red 205 ◦ green 136 ◦ blue 42

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

Shades of Dixie #CD882A

Tints of Dixie #CD882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 42 (16.8% from 255) = 10.97%

R = 53.52%
G = 35.51%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD882A (or 0xCD882A) is known color: Dixie. HEX triplet: CD, 88 and 2A. RGB value is (205,136,42). Sum of RGB (Red+Green+Blue) = 205+136+42=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD882A is #3277D5. Grayscale: #929292. Windows color (decimal): -3307478 or 2787533. OLE color: 2787533.

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

Color convert

RGB 205 136 42 -
CMYK 0 0.34 0.80 0.20
HSL 34.6º 0.66% 0.48% -
HSV(B) 34.6º 0.8% 0.8% -
XYZ 34.4 30.75 6.31 -
YUV 145.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 205 136 42 0 0.34 0.80 0.20 34.6 0.66 0.48
Hex CD 88 2A 0 22 50 14 23 42 30
Octal 315 210 52 0 42 120 24 43 102 60
Binary 11001101 10001000 101010 0 100010 1010000 10100 100011 1000010 110000

Color Harmonies of #CD882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD882A

Black with #CD882A

Text Example


Text Example

White with #CD882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD882A; }

 p { color: rgb(205,136,42); }

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

background-color css

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

 a { background-color: rgb(205,136,42); }

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

border-color css

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

 span { border-color: rgb(205,136,42); }

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