Html Css Color HEX #D0971D Buttercup

📋 copy color: '#D0971D'

red 208 ◦ green 151 ◦ blue 29

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

Shades of Buttercup #D0971D

Tints of Buttercup #D0971D

RGB

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

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

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

R = 53.61%
G = 38.92%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0971D (or 0xD0971D) is known color: Buttercup. HEX triplet: D0, 97 and 1D. RGB value is (208,151,29). Sum of RGB (Red+Green+Blue) = 208+151+29=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0971D is #2F68E2. Grayscale: #9A9A9A. Windows color (decimal): -3107043 or 1939408. OLE color: 1939408.

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

Color convert

RGB 208 151 29 -
CMYK 0 0.27 0.86 0.18
HSL 40.89º 0.76% 0.46% -
HSV(B) 40.89º 0.86% 0.82% -
XYZ 37.3 35.63 6.07 -
YUV 154.14 57.38 166.42 -
System Red Green Blue C M Y K H S L
Decimal 208 151 29 0 0.27 0.86 0.18 40.89 0.76 0.46
Hex D0 97 1D 0 1B 56 12 29 4C 2E
Octal 320 227 35 0 33 126 22 51 114 56
Binary 11010000 10010111 11101 0 11011 1010110 10010 101001 1001100 101110

Color Harmonies of #D0971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0971D

Black with #D0971D

Text Example


Text Example

White with #D0971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0971D; }

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

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

background-color css

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

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

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

border-color css

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

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

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