Html Css Color HEX #D0931C Buttercup

📋 copy color: '#D0931C'

red 208 ◦ green 147 ◦ blue 28

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

Shades of Buttercup #D0931C

Tints of Buttercup #D0931C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

 BLUE value IS 28 (11.33% from 255) = 7.31%

R = 54.31%
G = 38.38%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0931C (or 0xD0931C) is known color: Buttercup. HEX triplet: D0, 93 and 1C. RGB value is (208,147,28). Sum of RGB (Red+Green+Blue) = 208+147+28=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0931C is #2F6CE3. Grayscale: #989898. Windows color (decimal): -3108068 or 1872848. OLE color: 1872848.

HSL color Cylindrical-coordinate representation of color #D0931C: hue angle of 39.67º degrees, saturation: 0.76, 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 #D0931C is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 28 -
CMYK 0 0.29 0.87 0.18
HSL 39.67º 0.76% 0.46% -
HSV(B) 39.67º 0.87% 0.82% -
XYZ 36.66 34.36 5.8 -
YUV 151.67 58.21 168.18 -
System Red Green Blue C M Y K H S L
Decimal 208 147 28 0 0.29 0.87 0.18 39.67 0.76 0.46
Hex D0 93 1C 0 1D 57 12 28 4C 2E
Octal 320 223 34 0 35 127 22 50 114 56
Binary 11010000 10010011 11100 0 11101 1010111 10010 101000 1001100 101110

Color Harmonies of #D0931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0931C

Black with #D0931C

Text Example


Text Example

White with #D0931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0931C; }

 p { color: rgb(208,147,28); }

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

background-color css

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

 a { background-color: rgb(208,147,28); }

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

border-color css

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

 span { border-color: rgb(208,147,28); }

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