Html Css Color HEX #D38D19 Buttercup

📋 copy color: '#D38D19'

red 211 ◦ green 141 ◦ blue 25

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

Shades of Buttercup #D38D19

Tints of Buttercup #D38D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

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

R = 55.97%
G = 37.4%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D38D19 (or 0xD38D19) is known color: Buttercup. HEX triplet: D3, 8D and 19. RGB value is (211,141,25). Sum of RGB (Red+Green+Blue) = 211+141+25=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38D19 is #2C72E6. Grayscale: #959595. Windows color (decimal): -2912999 or 1674707. OLE color: 1674707.

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

Color convert

RGB 211 141 25 -
CMYK 0 0.33 0.88 0.17
HSL 37.42º 0.79% 0.46% -
HSV(B) 37.42º 0.88% 0.83% -
XYZ 36.56 32.97 5.36 -
YUV 148.71 58.19 172.43 -
System Red Green Blue C M Y K H S L
Decimal 211 141 25 0 0.33 0.88 0.17 37.42 0.79 0.46
Hex D3 8D 19 0 21 58 11 25 4F 2E
Octal 323 215 31 0 41 130 21 45 117 56
Binary 11010011 10001101 11001 0 100001 1011000 10001 100101 1001111 101110

Color Harmonies of #D38D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D19

Black with #D38D19

Text Example


Text Example

White with #D38D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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