Html Css Color HEX #D0814B Raw Sienna

📋 copy color: '#D0814B'

red 208 ◦ green 129 ◦ blue 75

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

Shades of Raw Sienna #D0814B

Tints of Raw Sienna #D0814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 50.49%
G = 31.31%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0814B (or 0xD0814B) is known color: Raw Sienna. HEX triplet: D0, 81 and 4B. RGB value is (208,129,75). Sum of RGB (Red+Green+Blue) = 208+129+75=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0814B is #2F7EB4. Grayscale: #929292. Windows color (decimal): -3112629 or 4948432. OLE color: 4948432.

HSL color Cylindrical-coordinate representation of color #D0814B: hue angle of 24.36º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0814B is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 75 -
CMYK 0 0.38 0.64 0.18
HSL 24.36º 0.59% 0.55% -
HSV(B) 24.36º 0.64% 0.82% -
XYZ 35.13 29.62 10.52 -
YUV 146.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 208 129 75 0 0.38 0.64 0.18 24.36 0.59 0.55
Hex D0 81 4B 0 26 40 12 18 3B 37
Octal 320 201 113 0 46 100 22 30 73 67
Binary 11010000 10000001 1001011 0 100110 1000000 10010 11000 111011 110111

Color Harmonies of #D0814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0814B

Black with #D0814B

Text Example


Text Example

White with #D0814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0814B; }

 p { color: rgb(208,129,75); }

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

background-color css

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

 a { background-color: rgb(208,129,75); }

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

border-color css

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

 span { border-color: rgb(208,129,75); }

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