Html Css Color HEX #D38C19 Buttercup

📋 copy color: '#D38C19'

red 211 ◦ green 140 ◦ blue 25

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

Shades of Buttercup #D38C19

Tints of Buttercup #D38C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

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

R = 56.12%
G = 37.23%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D38C19 (or 0xD38C19) is known color: Buttercup. HEX triplet: D3, 8C and 19. RGB value is (211,140,25). Sum of RGB (Red+Green+Blue) = 211+140+25=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38C19 is #2C73E6. Grayscale: #949494. Windows color (decimal): -2913255 or 1674451. OLE color: 1674451.

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

Color convert

RGB 211 140 25 -
CMYK 0 0.34 0.88 0.17
HSL 37.1º 0.79% 0.46% -
HSV(B) 37.1º 0.88% 0.83% -
XYZ 36.42 32.68 5.31 -
YUV 148.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 211 140 25 0 0.34 0.88 0.17 37.1 0.79 0.46
Hex D3 8C 19 0 22 58 11 25 4F 2E
Octal 323 214 31 0 42 130 21 45 117 56
Binary 11010011 10001100 11001 0 100010 1011000 10001 100101 1001111 101110

Color Harmonies of #D38C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C19

Black with #D38C19

Text Example


Text Example

White with #D38C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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