Html Css Color HEX #D48921 Buttercup

📋 copy color: '#D48921'

red 212 ◦ green 137 ◦ blue 33

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

Shades of Buttercup #D48921

Tints of Buttercup #D48921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.86%

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 55.5%
G = 35.86%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D48921 (or 0xD48921) is known color: Buttercup. HEX triplet: D4, 89 and 21. RGB value is (212,137,33). Sum of RGB (Red+Green+Blue) = 212+137+33=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D48921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48921 is #2B76DE. Grayscale: #949494. Windows color (decimal): -2848479 or 2197972. OLE color: 2197972.

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

Color convert

RGB 212 137 33 -
CMYK 0 0.35 0.84 0.17
HSL 34.86º 0.73% 0.48% -
HSV(B) 34.86º 0.84% 0.83% -
XYZ 36.37 32 5.7 -
YUV 147.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 212 137 33 0 0.35 0.84 0.17 34.86 0.73 0.48
Hex D4 89 21 0 23 54 11 23 49 30
Octal 324 211 41 0 43 124 21 43 111 60
Binary 11010100 10001001 100001 0 100011 1010100 10001 100011 1001001 110000

Color Harmonies of #D48921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48921

Black with #D48921

Text Example


Text Example

White with #D48921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48921; }

 p { color: rgb(212,137,33); }

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

background-color css

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

 a { background-color: rgb(212,137,33); }

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

border-color css

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

 span { border-color: rgb(212,137,33); }

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