Html Css Color HEX #D4931B Buttercup

📋 copy color: '#D4931B'

red 212 ◦ green 147 ◦ blue 27

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

Shades of Buttercup #D4931B

Tints of Buttercup #D4931B

RGB

 RED value IS 212 (83.2% from 255) = 54.92%

 GREEN value IS 147 (57.81% from 255) = 38.08%

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 54.92%
G = 38.08%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4931B (or 0xD4931B) is known color: Buttercup. HEX triplet: D4, 93 and 1B. RGB value is (212,147,27). Sum of RGB (Red+Green+Blue) = 212+147+27=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4931B is #2B6CE4. Grayscale: #999999. Windows color (decimal): -2845925 or 1807316. OLE color: 1807316.

HSL color Cylindrical-coordinate representation of color #D4931B: hue angle of 38.92º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4931B is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 27 -
CMYK 0 0.31 0.87 0.17
HSL 38.92º 0.77% 0.47% -
HSV(B) 38.92º 0.87% 0.83% -
XYZ 37.78 34.94 5.79 -
YUV 152.76 57.03 170.26 -
System Red Green Blue C M Y K H S L
Decimal 212 147 27 0 0.31 0.87 0.17 38.92 0.77 0.47
Hex D4 93 1B 0 1F 57 11 27 4D 2F
Octal 324 223 33 0 37 127 21 47 115 57
Binary 11010100 10010011 11011 0 11111 1010111 10001 100111 1001101 101111

Color Harmonies of #D4931B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4931B

Black with #D4931B

Text Example


Text Example

White with #D4931B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4931B; }

 p { color: rgb(212,147,27); }

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

background-color css

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

 a { background-color: rgb(212,147,27); }

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

border-color css

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

 span { border-color: rgb(212,147,27); }

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