Html Css Color HEX #D38A19 Buttercup

📋 copy color: '#D38A19'

red 211 ◦ green 138 ◦ blue 25

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

Shades of Buttercup #D38A19

Tints of Buttercup #D38A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

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

R = 56.42%
G = 36.9%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D38A19 (or 0xD38A19) is known color: Buttercup. HEX triplet: D3, 8A and 19. RGB value is (211,138,25). Sum of RGB (Red+Green+Blue) = 211+138+25=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A19 is #2C75E6. Grayscale: #939393. Windows color (decimal): -2913767 or 1673939. OLE color: 1673939.

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

Color convert

RGB 211 138 25 -
CMYK 0 0.35 0.88 0.17
HSL 36.45º 0.79% 0.46% -
HSV(B) 36.45º 0.88% 0.83% -
XYZ 36.13 32.1 5.21 -
YUV 146.95 59.18 173.69 -
System Red Green Blue C M Y K H S L
Decimal 211 138 25 0 0.35 0.88 0.17 36.45 0.79 0.46
Hex D3 8A 19 0 23 58 11 24 4F 2E
Octal 323 212 31 0 43 130 21 44 117 56
Binary 11010011 10001010 11001 0 100011 1011000 10001 100100 1001111 101110

Color Harmonies of #D38A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A19

Black with #D38A19

Text Example


Text Example

White with #D38A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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