Html Css Color HEX #D48A25 Buttercup

📋 copy color: '#D48A25'

red 212 ◦ green 138 ◦ blue 37

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

Shades of Buttercup #D48A25

Tints of Buttercup #D48A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 54.78%
G = 35.66%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D48A25 (or 0xD48A25) is known color: Buttercup. HEX triplet: D4, 8A and 25. RGB value is (212,138,37). Sum of RGB (Red+Green+Blue) = 212+138+37=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A25 is #2B75DA. Grayscale: #959595. Windows color (decimal): -2848219 or 2460372. OLE color: 2460372.

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

Color convert

RGB 212 138 37 -
CMYK 0 0.35 0.83 0.17
HSL 34.63º 0.7% 0.49% -
HSV(B) 34.63º 0.83% 0.83% -
XYZ 36.57 32.31 6.06 -
YUV 148.61 65.02 173.21 -
System Red Green Blue C M Y K H S L
Decimal 212 138 37 0 0.35 0.83 0.17 34.63 0.7 0.49
Hex D4 8A 25 0 23 53 11 23 46 31
Octal 324 212 45 0 43 123 21 43 106 61
Binary 11010100 10001010 100101 0 100011 1010011 10001 100011 1000110 110001

Color Harmonies of #D48A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A25

Black with #D48A25

Text Example


Text Example

White with #D48A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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