Html Css Color HEX #D48E23 Buttercup

📋 copy color: '#D48E23'

red 212 ◦ green 142 ◦ blue 35

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

Shades of Buttercup #D48E23

Tints of Buttercup #D48E23

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

 BLUE value IS 35 (14.06% from 255) = 9%

R = 54.5%
G = 36.5%
B = 9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D48E23 (or 0xD48E23) is known color: Buttercup. HEX triplet: D4, 8E and 23. RGB value is (212,142,35). Sum of RGB (Red+Green+Blue) = 212+142+35=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E23 is #2B71DC. Grayscale: #979797. Windows color (decimal): -2847197 or 2330324. OLE color: 2330324.

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

Color convert

RGB 212 142 35 -
CMYK 0 0.33 0.83 0.17
HSL 36.27º 0.72% 0.48% -
HSV(B) 36.27º 0.83% 0.83% -
XYZ 37.13 33.46 6.09 -
YUV 150.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 212 142 35 0 0.33 0.83 0.17 36.27 0.72 0.48
Hex D4 8E 23 0 21 53 11 24 48 30
Octal 324 216 43 0 41 123 21 44 110 60
Binary 11010100 10001110 100011 0 100001 1010011 10001 100100 1001000 110000

Color Harmonies of #D48E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E23

Black with #D48E23

Text Example


Text Example

White with #D48E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E23; }

 p { color: rgb(212,142,35); }

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

background-color css

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

 a { background-color: rgb(212,142,35); }

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

border-color css

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

 span { border-color: rgb(212,142,35); }

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