Html Css Color HEX #D68052 Raw Sienna

📋 copy color: '#D68052'

red 214 ◦ green 128 ◦ blue 82

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

Shades of Raw Sienna #D68052

Tints of Raw Sienna #D68052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

 BLUE value IS 82 (32.42% from 255) = 19.34%

R = 50.47%
G = 30.19%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D68052 (or 0xD68052) is known color: Raw Sienna. HEX triplet: D6, 80 and 52. RGB value is (214,128,82). Sum of RGB (Red+Green+Blue) = 214+128+82=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D68052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68052 is #297FAD. Grayscale: #949494. Windows color (decimal): -2719662 or 5406934. OLE color: 5406934.

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

Color convert

RGB 214 128 82 -
CMYK 0 0.40 0.62 0.16
HSL 20.91º 0.62% 0.58% -
HSV(B) 20.91º 0.62% 0.84% -
XYZ 36.97 30.34 11.89 -
YUV 148.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 214 128 82 0 0.40 0.62 0.16 20.91 0.62 0.58
Hex D6 80 52 0 28 3E 10 15 3E 3A
Octal 326 200 122 0 50 76 20 25 76 72
Binary 11010110 10000000 1010010 0 101000 111110 10000 10101 111110 111010

Color Harmonies of #D68052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68052

Black with #D68052

Text Example


Text Example

White with #D68052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68052; }

 p { color: rgb(214,128,82); }

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

background-color css

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

 a { background-color: rgb(214,128,82); }

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

border-color css

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

 span { border-color: rgb(214,128,82); }

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