Html Css Color HEX #D38A25 Buttercup

📋 copy color: '#D38A25'

red 211 ◦ green 138 ◦ blue 37

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

Shades of Buttercup #D38A25

Tints of Buttercup #D38A25

RGB

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

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

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

R = 54.66%
G = 35.75%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D38A25 (or 0xD38A25) is known color: Buttercup. HEX triplet: D3, 8A and 25. RGB value is (211,138,37). Sum of RGB (Red+Green+Blue) = 211+138+37=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38A25 is #2C75DA. Grayscale: #949494. Windows color (decimal): -2913755 or 2460371. OLE color: 2460371.

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

Color convert

RGB 211 138 37 -
CMYK 0 0.35 0.82 0.17
HSL 34.83º 0.7% 0.49% -
HSV(B) 34.83º 0.82% 0.83% -
XYZ 36.29 32.16 6.05 -
YUV 148.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 211 138 37 0 0.35 0.82 0.17 34.83 0.7 0.49
Hex D3 8A 25 0 23 52 11 23 46 31
Octal 323 212 45 0 43 122 21 43 106 61
Binary 11010011 10001010 100101 0 100011 1010010 10001 100011 1000110 110001

Color Harmonies of #D38A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A25

Black with #D38A25

Text Example


Text Example

White with #D38A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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