Html Css Color HEX #D0901E Buttercup

📋 copy color: '#D0901E'

red 208 ◦ green 144 ◦ blue 30

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

Shades of Buttercup #D0901E

Tints of Buttercup #D0901E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 54.45%
G = 37.7%
B = 7.85%

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

#D0901E (or 0xD0901E) is known color: Buttercup. HEX triplet: D0, 90 and 1E. RGB value is (208,144,30). Sum of RGB (Red+Green+Blue) = 208+144+30=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0901E is #2F6FE1. Grayscale: #969696. Windows color (decimal): -3108834 or 2003152. OLE color: 2003152.

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

Color convert

RGB 208 144 30 -
CMYK 0 0.31 0.86 0.18
HSL 38.43º 0.75% 0.47% -
HSV(B) 38.43º 0.86% 0.82% -
XYZ 36.22 33.45 5.78 -
YUV 150.14 60.2 169.27 -
System Red Green Blue C M Y K H S L
Decimal 208 144 30 0 0.31 0.86 0.18 38.43 0.75 0.47
Hex D0 90 1E 0 1F 56 12 26 4B 2F
Octal 320 220 36 0 37 126 22 46 113 57
Binary 11010000 10010000 11110 0 11111 1010110 10010 100110 1001011 101111

Color Harmonies of #D0901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0901E

Black with #D0901E

Text Example


Text Example

White with #D0901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0901E; }

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

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

background-color css

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

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

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

border-color css

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

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

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