Html Css Color HEX #CD852C Dixie

📋 copy color: '#CD852C'

red 205 ◦ green 133 ◦ blue 44

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

Shades of Dixie #CD852C

Tints of Dixie #CD852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.52%

R = 53.66%
G = 34.82%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD852C (or 0xCD852C) is known color: Dixie. HEX triplet: CD, 85 and 2C. RGB value is (205,133,44). Sum of RGB (Red+Green+Blue) = 205+133+44=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD852C is #327AD3. Grayscale: #909090. Windows color (decimal): -3308244 or 2917837. OLE color: 2917837.

HSL color Cylindrical-coordinate representation of color #CD852C: hue angle of 33.17º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD852C is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 133 44 -
CMYK 0 0.35 0.79 0.20
HSL 33.17º 0.65% 0.49% -
HSV(B) 33.17º 0.79% 0.8% -
XYZ 34.02 29.94 6.37 -
YUV 144.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 205 133 44 0 0.35 0.79 0.20 33.17 0.65 0.49
Hex CD 85 2C 0 23 4F 14 21 41 31
Octal 315 205 54 0 43 117 24 41 101 61
Binary 11001101 10000101 101100 0 100011 1001111 10100 100001 1000001 110001

Color Harmonies of #CD852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD852C

Black with #CD852C

Text Example


Text Example

White with #CD852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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