Html Css Color HEX #CD852A Dixie

📋 copy color: '#CD852A'

red 205 ◦ green 133 ◦ blue 42

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

Shades of Dixie #CD852A

Tints of Dixie #CD852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

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

R = 53.95%
G = 35%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD852A (or 0xCD852A) is known color: Dixie. HEX triplet: CD, 85 and 2A. RGB value is (205,133,42). Sum of RGB (Red+Green+Blue) = 205+133+42=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD852A is #327AD5. Grayscale: #909090. Windows color (decimal): -3308246 or 2786765. OLE color: 2786765.

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

Color convert

RGB 205 133 42 -
CMYK 0 0.35 0.80 0.20
HSL 33.5º 0.66% 0.48% -
HSV(B) 33.5º 0.8% 0.8% -
XYZ 33.98 29.92 6.17 -
YUV 144.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 205 133 42 0 0.35 0.80 0.20 33.5 0.66 0.48
Hex CD 85 2A 0 23 50 14 21 42 30
Octal 315 205 52 0 43 120 24 41 102 60
Binary 11001101 10000101 101010 0 100011 1010000 10100 100001 1000010 110000

Color Harmonies of #CD852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD852A

Black with #CD852A

Text Example


Text Example

White with #CD852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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