Html Css Color HEX #D48A1A Buttercup

📋 copy color: '#D48A1A'

red 212 ◦ green 138 ◦ blue 26

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

Shades of Buttercup #D48A1A

Tints of Buttercup #D48A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 56.38%
G = 36.7%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D48A1A (or 0xD48A1A) is known color: Buttercup. HEX triplet: D4, 8A and 1A. RGB value is (212,138,26). Sum of RGB (Red+Green+Blue) = 212+138+26=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A1A is #2B75E5. Grayscale: #939393. Windows color (decimal): -2848230 or 1739476. OLE color: 1739476.

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

Color convert

RGB 212 138 26 -
CMYK 0 0.35 0.88 0.17
HSL 36.13º 0.78% 0.47% -
HSV(B) 36.13º 0.88% 0.83% -
XYZ 36.43 32.25 5.28 -
YUV 147.36 59.52 174.11 -
System Red Green Blue C M Y K H S L
Decimal 212 138 26 0 0.35 0.88 0.17 36.13 0.78 0.47
Hex D4 8A 1A 0 23 58 11 24 4E 2F
Octal 324 212 32 0 43 130 21 44 116 57
Binary 11010100 10001010 11010 0 100011 1011000 10001 100100 1001110 101111

Color Harmonies of #D48A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A1A

Black with #D48A1A

Text Example


Text Example

White with #D48A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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