Html Css Color HEX #D0941D Buttercup

📋 copy color: '#D0941D'

red 208 ◦ green 148 ◦ blue 29

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

Shades of Buttercup #D0941D

Tints of Buttercup #D0941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 54.03%
G = 38.44%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0941D (or 0xD0941D) is known color: Buttercup. HEX triplet: D0, 94 and 1D. RGB value is (208,148,29). Sum of RGB (Red+Green+Blue) = 208+148+29=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0941D is #2F6BE2. Grayscale: #989898. Windows color (decimal): -3107811 or 1938640. OLE color: 1938640.

HSL color Cylindrical-coordinate representation of color #D0941D: hue angle of 39.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 #D0941D is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 29 -
CMYK 0 0.29 0.86 0.18
HSL 39.89º 0.76% 0.46% -
HSV(B) 39.89º 0.86% 0.82% -
XYZ 36.82 34.68 5.92 -
YUV 152.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 208 148 29 0 0.29 0.86 0.18 39.89 0.76 0.46
Hex D0 94 1D 0 1D 56 12 28 4C 2E
Octal 320 224 35 0 35 126 22 50 114 56
Binary 11010000 10010100 11101 0 11101 1010110 10010 101000 1001100 101110

Color Harmonies of #D0941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0941D

Black with #D0941D

Text Example


Text Example

White with #D0941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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