Html Css Color HEX #D0911A Buttercup

📋 copy color: '#D0911A'

red 208 ◦ green 145 ◦ blue 26

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

Shades of Buttercup #D0911A

Tints of Buttercup #D0911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 54.88%
G = 38.26%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0911A (or 0xD0911A) is known color: Buttercup. HEX triplet: D0, 91 and 1A. RGB value is (208,145,26). Sum of RGB (Red+Green+Blue) = 208+145+26=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0911A is #2F6EE5. Grayscale: #969696. Windows color (decimal): -3108582 or 1741264. OLE color: 1741264.

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

Color convert

RGB 208 145 26 -
CMYK 0 0.30 0.88 0.18
HSL 39.23º 0.78% 0.46% -
HSV(B) 39.23º 0.88% 0.82% -
XYZ 36.32 33.74 5.57 -
YUV 150.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 208 145 26 0 0.30 0.88 0.18 39.23 0.78 0.46
Hex D0 91 1A 0 1E 58 12 27 4E 2E
Octal 320 221 32 0 36 130 22 47 116 56
Binary 11010000 10010001 11010 0 11110 1011000 10010 100111 1001110 101110

Color Harmonies of #D0911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0911A

Black with #D0911A

Text Example


Text Example

White with #D0911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0911A; }

 p { color: rgb(208,145,26); }

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

background-color css

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

 a { background-color: rgb(208,145,26); }

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

border-color css

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

 span { border-color: rgb(208,145,26); }

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