Html Css Color HEX #D38A1B Buttercup

📋 copy color: '#D38A1B'

red 211 ◦ green 138 ◦ blue 27

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

Shades of Buttercup #D38A1B

Tints of Buttercup #D38A1B

RGB

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

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

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

R = 56.12%
G = 36.7%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D38A1B (or 0xD38A1B) is known color: Buttercup. HEX triplet: D3, 8A and 1B. RGB value is (211,138,27). Sum of RGB (Red+Green+Blue) = 211+138+27=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38A1B is #2C75E4. Grayscale: #939393. Windows color (decimal): -2913765 or 1805011. OLE color: 1805011.

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

Color convert

RGB 211 138 27 -
CMYK 0 0.35 0.87 0.17
HSL 36.2º 0.77% 0.47% -
HSV(B) 36.2º 0.87% 0.83% -
XYZ 36.15 32.1 5.33 -
YUV 147.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 211 138 27 0 0.35 0.87 0.17 36.2 0.77 0.47
Hex D3 8A 1B 0 23 57 11 24 4D 2F
Octal 323 212 33 0 43 127 21 44 115 57
Binary 11010011 10001010 11011 0 100011 1010111 10001 100100 1001101 101111

Color Harmonies of #D38A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A1B

Black with #D38A1B

Text Example


Text Example

White with #D38A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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