Html Css Color HEX #D38C22 Buttercup

📋 copy color: '#D38C22'

red 211 ◦ green 140 ◦ blue 34

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

Shades of Buttercup #D38C22

Tints of Buttercup #D38C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

 BLUE value IS 34 (13.67% from 255) = 8.83%

R = 54.81%
G = 36.36%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D38C22 (or 0xD38C22) is known color: Buttercup. HEX triplet: D3, 8C and 22. RGB value is (211,140,34). Sum of RGB (Red+Green+Blue) = 211+140+34=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C22 is #2C73DD. Grayscale: #959595. Windows color (decimal): -2913246 or 2264275. OLE color: 2264275.

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

Color convert

RGB 211 140 34 -
CMYK 0 0.34 0.84 0.17
HSL 35.93º 0.72% 0.48% -
HSV(B) 35.93º 0.84% 0.83% -
XYZ 36.53 32.72 5.9 -
YUV 149.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 211 140 34 0 0.34 0.84 0.17 35.93 0.72 0.48
Hex D3 8C 22 0 22 54 11 24 48 30
Octal 323 214 42 0 42 124 21 44 110 60
Binary 11010011 10001100 100010 0 100010 1010100 10001 100100 1001000 110000

Color Harmonies of #D38C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C22

Black with #D38C22

Text Example


Text Example

White with #D38C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C22; }

 p { color: rgb(211,140,34); }

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

background-color css

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

 a { background-color: rgb(211,140,34); }

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

border-color css

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

 span { border-color: rgb(211,140,34); }

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