Html Css Color HEX #D38B25 Buttercup

📋 copy color: '#D38B25'

red 211 ◦ green 139 ◦ blue 37

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

Shades of Buttercup #D38B25

Tints of Buttercup #D38B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.92%

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 54.52%
G = 35.92%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D38B25 (or 0xD38B25) is known color: Buttercup. HEX triplet: D3, 8B and 25. RGB value is (211,139,37). Sum of RGB (Red+Green+Blue) = 211+139+37=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38B25 is #2C74DA. Grayscale: #959595. Windows color (decimal): -2913499 or 2460627. OLE color: 2460627.

HSL color Cylindrical-coordinate representation of color #D38B25: hue angle of 35.17º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D38B25 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 139 37 -
CMYK 0 0.34 0.82 0.17
HSL 35.17º 0.7% 0.49% -
HSV(B) 35.17º 0.82% 0.83% -
XYZ 36.43 32.45 6.09 -
YUV 148.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 211 139 37 0 0.34 0.82 0.17 35.17 0.7 0.49
Hex D3 8B 25 0 22 52 11 23 46 31
Octal 323 213 45 0 42 122 21 43 106 61
Binary 11010011 10001011 100101 0 100010 1010010 10001 100011 1000110 110001

Color Harmonies of #D38B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38B25

Black with #D38B25

Text Example


Text Example

White with #D38B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38B25; }

 p { color: rgb(211,139,37); }

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

background-color css

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

 a { background-color: rgb(211,139,37); }

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

border-color css

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

 span { border-color: rgb(211,139,37); }

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