Html Css Color HEX #D38F19 Buttercup

📋 copy color: '#D38F19'

red 211 ◦ green 143 ◦ blue 25

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

Shades of Buttercup #D38F19

Tints of Buttercup #D38F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.6%

R = 55.67%
G = 37.73%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D38F19 (or 0xD38F19) is known color: Buttercup. HEX triplet: D3, 8F and 19. RGB value is (211,143,25). Sum of RGB (Red+Green+Blue) = 211+143+25=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38F19 is #2C70E6. Grayscale: #969696. Windows color (decimal): -2912487 or 1675219. OLE color: 1675219.

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

Color convert

RGB 211 143 25 -
CMYK 0 0.32 0.88 0.17
HSL 38.06º 0.79% 0.46% -
HSV(B) 38.06º 0.88% 0.83% -
XYZ 36.86 33.56 5.46 -
YUV 149.88 57.53 171.59 -
System Red Green Blue C M Y K H S L
Decimal 211 143 25 0 0.32 0.88 0.17 38.06 0.79 0.46
Hex D3 8F 19 0 20 58 11 26 4F 2E
Octal 323 217 31 0 40 130 21 46 117 56
Binary 11010011 10001111 11001 0 100000 1011000 10001 100110 1001111 101110

Color Harmonies of #D38F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F19

Black with #D38F19

Text Example


Text Example

White with #D38F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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