Html Css Color HEX #D68630 Dixie

📋 copy color: '#D68630'

red 214 ◦ green 134 ◦ blue 48

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

Shades of Dixie #D68630

Tints of Dixie #D68630

RGB

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

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

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

R = 54.04%
G = 33.84%
B = 12.12%

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

#D68630 (or 0xD68630) is known color: Dixie. HEX triplet: D6, 86 and 30. RGB value is (214,134,48). Sum of RGB (Red+Green+Blue) = 214+134+48=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D68630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68630 is #2979CF. Grayscale: #949494. Windows color (decimal): -2718160 or 3180246. OLE color: 3180246.

HSL color Cylindrical-coordinate representation of color #D68630: hue angle of 31.08º 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 #D68630 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 48 -
CMYK 0 0.37 0.78 0.16
HSL 31.08º 0.67% 0.51% -
HSV(B) 31.08º 0.78% 0.84% -
XYZ 36.79 31.56 6.95 -
YUV 148.12 71.5 174.99 -
System Red Green Blue C M Y K H S L
Decimal 214 134 48 0 0.37 0.78 0.16 31.08 0.67 0.51
Hex D6 86 30 0 25 4E 10 1F 43 33
Octal 326 206 60 0 45 116 20 37 103 63
Binary 11010110 10000110 110000 0 100101 1001110 10000 11111 1000011 110011

Color Harmonies of #D68630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68630

Black with #D68630

Text Example


Text Example

White with #D68630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68630; }

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

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

background-color css

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

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

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

border-color css

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

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

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