Html Css Color HEX #D0921A Buttercup

📋 copy color: '#D0921A'

red 208 ◦ green 146 ◦ blue 26

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

Shades of Buttercup #D0921A

Tints of Buttercup #D0921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 54.74%
G = 38.42%
B = 6.84%

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

#D0921A (or 0xD0921A) is known color: Buttercup. HEX triplet: D0, 92 and 1A. RGB value is (208,146,26). Sum of RGB (Red+Green+Blue) = 208+146+26=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0921A is #2F6DE5. Grayscale: #979797. Windows color (decimal): -3108326 or 1741520. OLE color: 1741520.

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

Color convert

RGB 208 146 26 -
CMYK 0 0.30 0.88 0.18
HSL 39.56º 0.78% 0.46% -
HSV(B) 39.56º 0.88% 0.82% -
XYZ 36.48 34.04 5.63 -
YUV 150.86 57.54 168.76 -
System Red Green Blue C M Y K H S L
Decimal 208 146 26 0 0.30 0.88 0.18 39.56 0.78 0.46
Hex D0 92 1A 0 1E 58 12 28 4E 2E
Octal 320 222 32 0 36 130 22 50 116 56
Binary 11010000 10010010 11010 0 11110 1011000 10010 101000 1001110 101110

Color Harmonies of #D0921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0921A

Black with #D0921A

Text Example


Text Example

White with #D0921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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