Html Css Color HEX #CD892F Dixie

📋 copy color: '#CD892F'

red 205 ◦ green 137 ◦ blue 47

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

Shades of Dixie #CD892F

Tints of Dixie #CD892F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.22%

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 52.7%
G = 35.22%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD892F (or 0xCD892F) is known color: Dixie. HEX triplet: CD, 89 and 2F. RGB value is (205,137,47). Sum of RGB (Red+Green+Blue) = 205+137+47=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD892F is #3276D0. Grayscale: #939393. Windows color (decimal): -3307217 or 3115469. OLE color: 3115469.

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

Color convert

RGB 205 137 47 -
CMYK 0 0.33 0.77 0.20
HSL 34.18º 0.63% 0.49% -
HSV(B) 34.18º 0.77% 0.8% -
XYZ 34.64 31.08 6.86 -
YUV 147.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 205 137 47 0 0.33 0.77 0.20 34.18 0.63 0.49
Hex CD 89 2F 0 21 4D 14 22 3F 31
Octal 315 211 57 0 41 115 24 42 77 61
Binary 11001101 10001001 101111 0 100001 1001101 10100 100010 111111 110001

Color Harmonies of #CD892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD892F

Black with #CD892F

Text Example


Text Example

White with #CD892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD892F; }

 p { color: rgb(205,137,47); }

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

background-color css

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

 a { background-color: rgb(205,137,47); }

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

border-color css

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

 span { border-color: rgb(205,137,47); }

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