Html Css Color HEX #D09952 Twine

📋 copy color: '#D09952'

red 208 ◦ green 153 ◦ blue 82

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

Shades of Twine #D09952

Tints of Twine #D09952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.54%

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

R = 46.95%
G = 34.54%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D09952 (or 0xD09952) is known color: Twine. HEX triplet: D0, 99 and 52. RGB value is (208,153,82). Sum of RGB (Red+Green+Blue) = 208+153+82=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D09952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09952 is #2F66AD. Grayscale: #A1A1A1. Windows color (decimal): -3106478 or 5413328. OLE color: 5413328.

HSL color Cylindrical-coordinate representation of color #D09952: hue angle of 33.81º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D09952 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 82 -
CMYK 0 0.26 0.61 0.18
HSL 33.81º 0.57% 0.57% -
HSV(B) 33.81º 0.61% 0.82% -
XYZ 38.93 36.8 13.03 -
YUV 161.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 208 153 82 0 0.26 0.61 0.18 33.81 0.57 0.57
Hex D0 99 52 0 1A 3D 12 22 39 39
Octal 320 231 122 0 32 75 22 42 71 71
Binary 11010000 10011001 1010010 0 11010 111101 10010 100010 111001 111001

Color Harmonies of #D09952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09952

Black with #D09952

Text Example


Text Example

White with #D09952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09952; }

 p { color: rgb(208,153,82); }

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

background-color css

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

 a { background-color: rgb(208,153,82); }

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

border-color css

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

 span { border-color: rgb(208,153,82); }

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