Html Css Color HEX #D68730 Dixie

📋 copy color: '#D68730'

red 214 ◦ green 135 ◦ blue 48

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

Shades of Dixie #D68730

Tints of Dixie #D68730

RGB

 RED value IS 214 (83.98% from 255) = 53.9%

 GREEN value IS 135 (53.13% from 255) = 34.01%

 BLUE value IS 48 (19.14% from 255) = 12.09%

R = 53.9%
G = 34.01%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D68730 (or 0xD68730) is known color: Dixie. HEX triplet: D6, 87 and 30. RGB value is (214,135,48). Sum of RGB (Red+Green+Blue) = 214+135+48=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D68730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68730 is #2978CF. Grayscale: #959595. Windows color (decimal): -2717904 or 3180502. OLE color: 3180502.

HSL color Cylindrical-coordinate representation of color #D68730: hue angle of 31.45º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D68730 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 48 -
CMYK 0 0.37 0.78 0.16
HSL 31.45º 0.67% 0.51% -
HSV(B) 31.45º 0.78% 0.84% -
XYZ 36.93 31.84 7 -
YUV 148.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 214 135 48 0 0.37 0.78 0.16 31.45 0.67 0.51
Hex D6 87 30 0 25 4E 10 1F 43 33
Octal 326 207 60 0 45 116 20 37 103 63
Binary 11010110 10000111 110000 0 100101 1001110 10000 11111 1000011 110011

Color Harmonies of #D68730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68730

Black with #D68730

Text Example


Text Example

White with #D68730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68730; }

 p { color: rgb(214,135,48); }

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

background-color css

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

 a { background-color: rgb(214,135,48); }

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

border-color css

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

 span { border-color: rgb(214,135,48); }

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