Html Css Color HEX #D38E1B Buttercup

📋 copy color: '#D38E1B'

red 211 ◦ green 142 ◦ blue 27

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

Shades of Buttercup #D38E1B

Tints of Buttercup #D38E1B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

 BLUE value IS 27 (10.94% from 255) = 7.11%

R = 55.53%
G = 37.37%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D38E1B (or 0xD38E1B) is known color: Buttercup. HEX triplet: D3, 8E and 1B. RGB value is (211,142,27). Sum of RGB (Red+Green+Blue) = 211+142+27=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38E1B is #2C71E4. Grayscale: #969696. Windows color (decimal): -2912741 or 1806035. OLE color: 1806035.

HSL color Cylindrical-coordinate representation of color #D38E1B: hue angle of 37.5º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D38E1B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 142 27 -
CMYK 0 0.33 0.87 0.17
HSL 37.5º 0.77% 0.47% -
HSV(B) 37.5º 0.87% 0.83% -
XYZ 36.73 33.27 5.52 -
YUV 149.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 211 142 27 0 0.33 0.87 0.17 37.5 0.77 0.47
Hex D3 8E 1B 0 21 57 11 26 4D 2F
Octal 323 216 33 0 41 127 21 46 115 57
Binary 11010011 10001110 11011 0 100001 1010111 10001 100110 1001101 101111

Color Harmonies of #D38E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38E1B

Black with #D38E1B

Text Example


Text Example

White with #D38E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38E1B; }

 p { color: rgb(211,142,27); }

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

background-color css

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

 a { background-color: rgb(211,142,27); }

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

border-color css

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

 span { border-color: rgb(211,142,27); }

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