Html Css Color HEX #D09C4D Tussock

📋 copy color: '#D09C4D'

red 208 ◦ green 156 ◦ blue 77

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

Shades of Tussock #D09C4D

Tints of Tussock #D09C4D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 47.17%
G = 35.37%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D09C4D (or 0xD09C4D) is known color: Tussock. HEX triplet: D0, 9C and 4D. RGB value is (208,156,77). Sum of RGB (Red+Green+Blue) = 208+156+77=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C4D is #2F63B2. Grayscale: #A2A2A2. Windows color (decimal): -3105715 or 5086416. OLE color: 5086416.

HSL color Cylindrical-coordinate representation of color #D09C4D: hue angle of 36.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D09C4D is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 156 77 -
CMYK 0 0.25 0.63 0.18
HSL 36.18º 0.58% 0.56% -
HSV(B) 36.18º 0.63% 0.82% -
XYZ 39.24 37.72 12.23 -
YUV 162.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 208 156 77 0 0.25 0.63 0.18 36.18 0.58 0.56
Hex D0 9C 4D 0 19 3F 12 24 3A 38
Octal 320 234 115 0 31 77 22 44 72 70
Binary 11010000 10011100 1001101 0 11001 111111 10010 100100 111010 111000

Color Harmonies of #D09C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C4D

Black with #D09C4D

Text Example


Text Example

White with #D09C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C4D; }

 p { color: rgb(208,156,77); }

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

background-color css

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

 a { background-color: rgb(208,156,77); }

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

border-color css

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

 span { border-color: rgb(208,156,77); }

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