Html Css Color HEX #D68250 Raw Sienna

📋 copy color: '#D68250'

red 214 ◦ green 130 ◦ blue 80

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

Shades of Raw Sienna #D68250

Tints of Raw Sienna #D68250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

 BLUE value IS 80 (31.64% from 255) = 18.87%

R = 50.47%
G = 30.66%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D68250 (or 0xD68250) is known color: Raw Sienna. HEX triplet: D6, 82 and 50. RGB value is (214,130,80). Sum of RGB (Red+Green+Blue) = 214+130+80=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D68250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68250 is #297DAF. Grayscale: #959595. Windows color (decimal): -2719152 or 5276374. OLE color: 5276374.

HSL color Cylindrical-coordinate representation of color #D68250: hue angle of 22.39º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D68250 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 80 -
CMYK 0 0.39 0.63 0.16
HSL 22.39º 0.62% 0.58% -
HSV(B) 22.39º 0.63% 0.84% -
XYZ 37.16 30.84 11.58 -
YUV 149.42 88.83 174.07 -
System Red Green Blue C M Y K H S L
Decimal 214 130 80 0 0.39 0.63 0.16 22.39 0.62 0.58
Hex D6 82 50 0 27 3F 10 16 3E 3A
Octal 326 202 120 0 47 77 20 26 76 72
Binary 11010110 10000010 1010000 0 100111 111111 10000 10110 111110 111010

Color Harmonies of #D68250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68250

Black with #D68250

Text Example


Text Example

White with #D68250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68250; }

 p { color: rgb(214,130,80); }

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

background-color css

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

 a { background-color: rgb(214,130,80); }

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

border-color css

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

 span { border-color: rgb(214,130,80); }

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