Html Css Color HEX #D48A27 Buttercup

📋 copy color: '#D48A27'

red 212 ◦ green 138 ◦ blue 39

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

Shades of Buttercup #D48A27

Tints of Buttercup #D48A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.03%

R = 54.5%
G = 35.48%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D48A27 (or 0xD48A27) is known color: Buttercup. HEX triplet: D4, 8A and 27. RGB value is (212,138,39). Sum of RGB (Red+Green+Blue) = 212+138+39=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A27 is #2B75D8. Grayscale: #959595. Windows color (decimal): -2848217 or 2591444. OLE color: 2591444.

HSL color Cylindrical-coordinate representation of color #D48A27: hue angle of 34.34º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D48A27 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 39 -
CMYK 0 0.35 0.82 0.17
HSL 34.34º 0.69% 0.49% -
HSV(B) 34.34º 0.82% 0.83% -
XYZ 36.61 32.32 6.23 -
YUV 148.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 212 138 39 0 0.35 0.82 0.17 34.34 0.69 0.49
Hex D4 8A 27 0 23 52 11 22 45 31
Octal 324 212 47 0 43 122 21 42 105 61
Binary 11010100 10001010 100111 0 100011 1010010 10001 100010 1000101 110001

Color Harmonies of #D48A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A27

Black with #D48A27

Text Example


Text Example

White with #D48A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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