Html Css Color HEX #D2911E Buttercup

📋 copy color: '#D2911E'

red 210 ◦ green 145 ◦ blue 30

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

Shades of Buttercup #D2911E

Tints of Buttercup #D2911E

RGB

 RED value IS 210 (82.42% from 255) = 54.55%

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

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

R = 54.55%
G = 37.66%
B = 7.79%

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

#D2911E (or 0xD2911E) is known color: Buttercup. HEX triplet: D2, 91 and 1E. RGB value is (210,145,30). Sum of RGB (Red+Green+Blue) = 210+145+30=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2911E is #2D6EE1. Grayscale: #979797. Windows color (decimal): -2977506 or 2003410. OLE color: 2003410.

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

Color convert

RGB 210 145 30 -
CMYK 0 0.31 0.86 0.18
HSL 38.33º 0.75% 0.47% -
HSV(B) 38.33º 0.86% 0.82% -
XYZ 36.94 34.05 5.85 -
YUV 151.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 210 145 30 0 0.31 0.86 0.18 38.33 0.75 0.47
Hex D2 91 1E 0 1F 56 12 26 4B 2F
Octal 322 221 36 0 37 126 22 46 113 57
Binary 11010010 10010001 11110 0 11111 1010110 10010 100110 1001011 101111

Color Harmonies of #D2911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2911E

Black with #D2911E

Text Example


Text Example

White with #D2911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2911E; }

 p { color: rgb(210,145,30); }

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

background-color css

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

 a { background-color: rgb(210,145,30); }

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

border-color css

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

 span { border-color: rgb(210,145,30); }

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