Html Css Color HEX #D0971A Buttercup

📋 copy color: '#D0971A'

red 208 ◦ green 151 ◦ blue 26

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

Shades of Buttercup #D0971A

Tints of Buttercup #D0971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.75%

R = 54.03%
G = 39.22%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0971A (or 0xD0971A) is known color: Buttercup. HEX triplet: D0, 97 and 1A. RGB value is (208,151,26). Sum of RGB (Red+Green+Blue) = 208+151+26=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0971A is #2F68E5. Grayscale: #9A9A9A. Windows color (decimal): -3107046 or 1742800. OLE color: 1742800.

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

Color convert

RGB 208 151 26 -
CMYK 0 0.27 0.88 0.18
HSL 41.21º 0.78% 0.46% -
HSV(B) 41.21º 0.88% 0.82% -
XYZ 37.27 35.62 5.89 -
YUV 153.79 55.88 166.66 -
System Red Green Blue C M Y K H S L
Decimal 208 151 26 0 0.27 0.88 0.18 41.21 0.78 0.46
Hex D0 97 1A 0 1B 58 12 29 4E 2E
Octal 320 227 32 0 33 130 22 51 116 56
Binary 11010000 10010111 11010 0 11011 1011000 10010 101001 1001110 101110

Color Harmonies of #D0971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0971A

Black with #D0971A

Text Example


Text Example

White with #D0971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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