Html Css Color HEX #D0901D Buttercup

📋 copy color: '#D0901D'

red 208 ◦ green 144 ◦ blue 29

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

Shades of Buttercup #D0901D

Tints of Buttercup #D0901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

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

R = 54.59%
G = 37.8%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0901D (or 0xD0901D) is known color: Buttercup. HEX triplet: D0, 90 and 1D. RGB value is (208,144,29). Sum of RGB (Red+Green+Blue) = 208+144+29=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0901D is #2F6FE2. Grayscale: #969696. Windows color (decimal): -3108835 or 1937616. OLE color: 1937616.

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

Color convert

RGB 208 144 29 -
CMYK 0 0.31 0.86 0.18
HSL 38.55º 0.76% 0.46% -
HSV(B) 38.55º 0.86% 0.82% -
XYZ 36.21 33.45 5.71 -
YUV 150.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 208 144 29 0 0.31 0.86 0.18 38.55 0.76 0.46
Hex D0 90 1D 0 1F 56 12 27 4C 2E
Octal 320 220 35 0 37 126 22 47 114 56
Binary 11010000 10010000 11101 0 11111 1010110 10010 100111 1001100 101110

Color Harmonies of #D0901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0901D

Black with #D0901D

Text Example


Text Example

White with #D0901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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