Html Css Color HEX #D0951B Buttercup

📋 copy color: '#D0951B'

red 208 ◦ green 149 ◦ blue 27

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

Shades of Buttercup #D0951B

Tints of Buttercup #D0951B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

 BLUE value IS 27 (10.94% from 255) = 7.03%

R = 54.17%
G = 38.8%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0951B (or 0xD0951B) is known color: Buttercup. HEX triplet: D0, 95 and 1B. RGB value is (208,149,27). Sum of RGB (Red+Green+Blue) = 208+149+27=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0951B is #2F6AE4. Grayscale: #999999. Windows color (decimal): -3107557 or 1807824. OLE color: 1807824.

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

Color convert

RGB 208 149 27 -
CMYK 0 0.28 0.87 0.18
HSL 40.44º 0.77% 0.46% -
HSV(B) 40.44º 0.87% 0.82% -
XYZ 36.96 34.98 5.84 -
YUV 152.73 57.05 167.42 -
System Red Green Blue C M Y K H S L
Decimal 208 149 27 0 0.28 0.87 0.18 40.44 0.77 0.46
Hex D0 95 1B 0 1C 57 12 28 4D 2E
Octal 320 225 33 0 34 127 22 50 115 56
Binary 11010000 10010101 11011 0 11100 1010111 10010 101000 1001101 101110

Color Harmonies of #D0951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0951B

Black with #D0951B

Text Example


Text Example

White with #D0951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0951B; }

 p { color: rgb(208,149,27); }

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

background-color css

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

 a { background-color: rgb(208,149,27); }

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

border-color css

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

 span { border-color: rgb(208,149,27); }

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