Html Css Color HEX #D38622 Dixie

📋 copy color: '#D38622'

red 211 ◦ green 134 ◦ blue 34

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

Shades of Dixie #D38622

Tints of Dixie #D38622

RGB

 RED value IS 211 (82.81% from 255) = 55.67%

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 34 (13.67% from 255) = 8.97%

R = 55.67%
G = 35.36%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D38622 (or 0xD38622) is known color: Dixie. HEX triplet: D3, 86 and 22. RGB value is (211,134,34). Sum of RGB (Red+Green+Blue) = 211+134+34=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D38622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38622 is #2C79DD. Grayscale: #929292. Windows color (decimal): -2914782 or 2262739. OLE color: 2262739.

HSL color Cylindrical-coordinate representation of color #D38622: hue angle of 33.9º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D38622 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 134 34 -
CMYK 0 0.36 0.84 0.17
HSL 33.9º 0.72% 0.48% -
HSV(B) 33.9º 0.84% 0.83% -
XYZ 35.68 31.01 5.62 -
YUV 145.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 211 134 34 0 0.36 0.84 0.17 33.9 0.72 0.48
Hex D3 86 22 0 24 54 11 22 48 30
Octal 323 206 42 0 44 124 21 42 110 60
Binary 11010011 10000110 100010 0 100100 1010100 10001 100010 1001000 110000

Color Harmonies of #D38622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38622

Black with #D38622

Text Example


Text Example

White with #D38622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38622; }

 p { color: rgb(211,134,34); }

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

background-color css

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

 a { background-color: rgb(211,134,34); }

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

border-color css

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

 span { border-color: rgb(211,134,34); }

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