Html Css Color HEX #D48A21 Buttercup

📋 copy color: '#D48A21'

red 212 ◦ green 138 ◦ blue 33

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

Shades of Buttercup #D48A21

Tints of Buttercup #D48A21

RGB

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

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

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

R = 55.35%
G = 36.03%
B = 8.62%

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

#D48A21 (or 0xD48A21) is known color: Buttercup. HEX triplet: D4, 8A and 21. RGB value is (212,138,33). Sum of RGB (Red+Green+Blue) = 212+138+33=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A21 is #2B75DE. Grayscale: #949494. Windows color (decimal): -2848223 or 2198228. OLE color: 2198228.

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

Color convert

RGB 212 138 33 -
CMYK 0 0.35 0.84 0.17
HSL 35.2º 0.73% 0.48% -
HSV(B) 35.2º 0.84% 0.83% -
XYZ 36.51 32.28 5.75 -
YUV 148.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 212 138 33 0 0.35 0.84 0.17 35.2 0.73 0.48
Hex D4 8A 21 0 23 54 11 23 49 30
Octal 324 212 41 0 43 124 21 43 111 60
Binary 11010100 10001010 100001 0 100011 1010100 10001 100011 1001001 110000

Color Harmonies of #D48A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A21

Black with #D48A21

Text Example


Text Example

White with #D48A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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