Html Css Color HEX #CD802A Dixie

📋 copy color: '#CD802A'

red 205 ◦ green 128 ◦ blue 42

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

Shades of Dixie #CD802A

Tints of Dixie #CD802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 54.67%
G = 34.13%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD802A (or 0xCD802A) is known color: Dixie. HEX triplet: CD, 80 and 2A. RGB value is (205,128,42). Sum of RGB (Red+Green+Blue) = 205+128+42=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD802A is #327FD5. Grayscale: #8D8D8D. Windows color (decimal): -3309526 or 2785485. OLE color: 2785485.

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

Color convert

RGB 205 128 42 -
CMYK 0 0.38 0.80 0.20
HSL 31.66º 0.66% 0.48% -
HSV(B) 31.66º 0.8% 0.8% -
XYZ 33.31 28.58 5.95 -
YUV 141.22 72.01 173.49 -
System Red Green Blue C M Y K H S L
Decimal 205 128 42 0 0.38 0.80 0.20 31.66 0.66 0.48
Hex CD 80 2A 0 26 50 14 20 42 30
Octal 315 200 52 0 46 120 24 40 102 60
Binary 11001101 10000000 101010 0 100110 1010000 10100 100000 1000010 110000

Color Harmonies of #CD802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD802A

Black with #CD802A

Text Example


Text Example

White with #CD802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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