Html Css Color HEX #D48822 Buttercup

📋 copy color: '#D48822'

red 212 ◦ green 136 ◦ blue 34

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

Shades of Buttercup #D48822

Tints of Buttercup #D48822

RGB

 RED value IS 212 (83.2% from 255) = 55.5%

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 55.5%
G = 35.6%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D48822 (or 0xD48822) is known color: Buttercup. HEX triplet: D4, 88 and 22. RGB value is (212,136,34). Sum of RGB (Red+Green+Blue) = 212+136+34=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D48822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48822 is #2B77DD. Grayscale: #939393. Windows color (decimal): -2848734 or 2263252. OLE color: 2263252.

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

Color convert

RGB 212 136 34 -
CMYK 0 0.36 0.84 0.17
HSL 34.38º 0.72% 0.48% -
HSV(B) 34.38º 0.84% 0.83% -
XYZ 36.24 31.72 5.73 -
YUV 147.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 212 136 34 0 0.36 0.84 0.17 34.38 0.72 0.48
Hex D4 88 22 0 24 54 11 22 48 30
Octal 324 210 42 0 44 124 21 42 110 60
Binary 11010100 10001000 100010 0 100100 1010100 10001 100010 1001000 110000

Color Harmonies of #D48822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48822

Black with #D48822

Text Example


Text Example

White with #D48822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48822; }

 p { color: rgb(212,136,34); }

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

background-color css

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

 a { background-color: rgb(212,136,34); }

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

border-color css

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

 span { border-color: rgb(212,136,34); }

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