Html Css Color HEX #D48A1D Buttercup

📋 copy color: '#D48A1D'

red 212 ◦ green 138 ◦ blue 29

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

Shades of Buttercup #D48A1D

Tints of Buttercup #D48A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 55.94%
G = 36.41%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D48A1D (or 0xD48A1D) is known color: Buttercup. HEX triplet: D4, 8A and 1D. RGB value is (212,138,29). Sum of RGB (Red+Green+Blue) = 212+138+29=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A1D is #2B75E2. Grayscale: #949494. Windows color (decimal): -2848227 or 1936084. OLE color: 1936084.

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

Color convert

RGB 212 138 29 -
CMYK 0 0.35 0.86 0.17
HSL 35.74º 0.76% 0.47% -
HSV(B) 35.74º 0.86% 0.83% -
XYZ 36.46 32.26 5.47 -
YUV 147.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 212 138 29 0 0.35 0.86 0.17 35.74 0.76 0.47
Hex D4 8A 1D 0 23 56 11 24 4C 2F
Octal 324 212 35 0 43 126 21 44 114 57
Binary 11010100 10001010 11101 0 100011 1010110 10001 100100 1001100 101111

Color Harmonies of #D48A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A1D

Black with #D48A1D

Text Example


Text Example

White with #D48A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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