Html Css Color HEX #D08926 Dixie

📋 copy color: '#D08926'

red 208 ◦ green 137 ◦ blue 38

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

Shades of Dixie #D08926

Tints of Dixie #D08926

RGB

 RED value IS 208 (81.64% from 255) = 54.31%

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

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 54.31%
G = 35.77%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D08926 (or 0xD08926) is known color: Dixie. HEX triplet: D0, 89 and 26. RGB value is (208,137,38). Sum of RGB (Red+Green+Blue) = 208+137+38=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D08926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08926 is #2F76D9. Grayscale: #939393. Windows color (decimal): -3110618 or 2525648. OLE color: 2525648.

HSL color Cylindrical-coordinate representation of color #D08926: hue angle of 34.94º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D08926 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 38 -
CMYK 0 0.34 0.82 0.18
HSL 34.94º 0.69% 0.48% -
HSV(B) 34.94º 0.82% 0.82% -
XYZ 35.31 31.44 6.04 -
YUV 146.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 208 137 38 0 0.34 0.82 0.18 34.94 0.69 0.48
Hex D0 89 26 0 22 52 12 23 45 30
Octal 320 211 46 0 42 122 22 43 105 60
Binary 11010000 10001001 100110 0 100010 1010010 10010 100011 1000101 110000

Color Harmonies of #D08926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08926

Black with #D08926

Text Example


Text Example

White with #D08926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08926; }

 p { color: rgb(208,137,38); }

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

background-color css

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

 a { background-color: rgb(208,137,38); }

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

border-color css

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

 span { border-color: rgb(208,137,38); }

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