Html Css Color HEX #D1961D Buttercup

📋 copy color: '#D1961D'

red 209 ◦ green 150 ◦ blue 29

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

Shades of Buttercup #D1961D

Tints of Buttercup #D1961D

RGB

 RED value IS 209 (82.03% from 255) = 53.87%

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 29 (11.72% from 255) = 7.47%

R = 53.87%
G = 38.66%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1961D (or 0xD1961D) is known color: Buttercup. HEX triplet: D1, 96 and 1D. RGB value is (209,150,29). Sum of RGB (Red+Green+Blue) = 209+150+29=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1961D is #2E69E2. Grayscale: #9A9A9A. Windows color (decimal): -3041763 or 1939153. OLE color: 1939153.

HSL color Cylindrical-coordinate representation of color #D1961D: hue angle of 40.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1961D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 29 -
CMYK 0 0.28 0.86 0.18
HSL 40.33º 0.76% 0.47% -
HSV(B) 40.33º 0.86% 0.82% -
XYZ 37.42 35.46 6.03 -
YUV 153.85 57.55 167.34 -
System Red Green Blue C M Y K H S L
Decimal 209 150 29 0 0.28 0.86 0.18 40.33 0.76 0.47
Hex D1 96 1D 0 1C 56 12 28 4C 2F
Octal 321 226 35 0 34 126 22 50 114 57
Binary 11010001 10010110 11101 0 11100 1010110 10010 101000 1001100 101111

Color Harmonies of #D1961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1961D

Black with #D1961D

Text Example


Text Example

White with #D1961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1961D; }

 p { color: rgb(209,150,29); }

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

background-color css

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

 a { background-color: rgb(209,150,29); }

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

border-color css

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

 span { border-color: rgb(209,150,29); }

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