Html Css Color HEX #D38A15 Buttercup

📋 copy color: '#D38A15'

red 211 ◦ green 138 ◦ blue 21

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

Shades of Buttercup #D38A15

Tints of Buttercup #D38A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.68%

R = 57.03%
G = 37.3%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D38A15 (or 0xD38A15) is known color: Buttercup. HEX triplet: D3, 8A and 15. RGB value is (211,138,21). Sum of RGB (Red+Green+Blue) = 211+138+21=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A15 is #2C75EA. Grayscale: #939393. Windows color (decimal): -2913771 or 1411795. OLE color: 1411795.

HSL color Cylindrical-coordinate representation of color #D38A15: hue angle of 36.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D38A15 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 138 21 -
CMYK 0 0.35 0.90 0.17
HSL 36.95º 0.82% 0.45% -
HSV(B) 36.95º 0.9% 0.83% -
XYZ 36.09 32.08 5 -
YUV 146.49 57.18 174.01 -
System Red Green Blue C M Y K H S L
Decimal 211 138 21 0 0.35 0.90 0.17 36.95 0.82 0.45
Hex D3 8A 15 0 23 5A 11 25 52 2D
Octal 323 212 25 0 43 132 21 45 122 55
Binary 11010011 10001010 10101 0 100011 1011010 10001 100101 1010010 101101

Color Harmonies of #D38A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A15

Black with #D38A15

Text Example


Text Example

White with #D38A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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