Html Css Color HEX #D0972B Buttercup

📋 copy color: '#D0972B'

red 208 ◦ green 151 ◦ blue 43

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

Shades of Buttercup #D0972B

Tints of Buttercup #D0972B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.7%

R = 51.74%
G = 37.56%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0972B (or 0xD0972B) is known color: Buttercup. HEX triplet: D0, 97 and 2B. RGB value is (208,151,43). Sum of RGB (Red+Green+Blue) = 208+151+43=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0972B is #2F68D4. Grayscale: #9C9C9C. Windows color (decimal): -3107029 or 2856912. OLE color: 2856912.

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

Color convert

RGB 208 151 43 -
CMYK 0 0.27 0.79 0.18
HSL 39.27º 0.66% 0.49% -
HSV(B) 39.27º 0.79% 0.82% -
XYZ 37.52 35.72 7.2 -
YUV 155.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 208 151 43 0 0.27 0.79 0.18 39.27 0.66 0.49
Hex D0 97 2B 0 1B 4F 12 27 42 31
Octal 320 227 53 0 33 117 22 47 102 61
Binary 11010000 10010111 101011 0 11011 1001111 10010 100111 1000010 110001

Color Harmonies of #D0972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0972B

Black with #D0972B

Text Example


Text Example

White with #D0972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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