Html Css Color HEX #D38F1F Buttercup

📋 copy color: '#D38F1F'

red 211 ◦ green 143 ◦ blue 31

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

Shades of Buttercup #D38F1F

Tints of Buttercup #D38F1F

RGB

 RED value IS 211 (82.81% from 255) = 54.81%

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 54.81%
G = 37.14%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D38F1F (or 0xD38F1F) is known color: Buttercup. HEX triplet: D3, 8F and 1F. RGB value is (211,143,31). Sum of RGB (Red+Green+Blue) = 211+143+31=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38F1F is #2C70E0. Grayscale: #979797. Windows color (decimal): -2912481 or 2068435. OLE color: 2068435.

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

Color convert

RGB 211 143 31 -
CMYK 0 0.32 0.85 0.17
HSL 37.33º 0.74% 0.47% -
HSV(B) 37.33º 0.85% 0.83% -
XYZ 36.93 33.59 5.83 -
YUV 150.56 60.53 171.11 -
System Red Green Blue C M Y K H S L
Decimal 211 143 31 0 0.32 0.85 0.17 37.33 0.74 0.47
Hex D3 8F 1F 0 20 55 11 25 4A 2F
Octal 323 217 37 0 40 125 21 45 112 57
Binary 11010011 10001111 11111 0 100000 1010101 10001 100101 1001010 101111

Color Harmonies of #D38F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F1F

Black with #D38F1F

Text Example


Text Example

White with #D38F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F1F; }

 p { color: rgb(211,143,31); }

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

background-color css

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

 a { background-color: rgb(211,143,31); }

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

border-color css

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

 span { border-color: rgb(211,143,31); }

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