Html Css Color HEX #D0971C Buttercup

📋 copy color: '#D0971C'

red 208 ◦ green 151 ◦ blue 28

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

Shades of Buttercup #D0971C

Tints of Buttercup #D0971C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.02%

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

R = 53.75%
G = 39.02%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0971C (or 0xD0971C) is known color: Buttercup. HEX triplet: D0, 97 and 1C. RGB value is (208,151,28). Sum of RGB (Red+Green+Blue) = 208+151+28=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0971C is #2F68E3. Grayscale: #9A9A9A. Windows color (decimal): -3107044 or 1873872. OLE color: 1873872.

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

Color convert

RGB 208 151 28 -
CMYK 0 0.27 0.87 0.18
HSL 41º 0.76% 0.46% -
HSV(B) 41º 0.87% 0.82% -
XYZ 37.29 35.63 6.01 -
YUV 154.02 56.88 166.5 -
System Red Green Blue C M Y K H S L
Decimal 208 151 28 0 0.27 0.87 0.18 41 0.76 0.46
Hex D0 97 1C 0 1B 57 12 29 4C 2E
Octal 320 227 34 0 33 127 22 51 114 56
Binary 11010000 10010111 11100 0 11011 1010111 10010 101001 1001100 101110

Color Harmonies of #D0971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0971C

Black with #D0971C

Text Example


Text Example

White with #D0971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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