Html Css Color HEX #D48C1D Buttercup

📋 copy color: '#D48C1D'

red 212 ◦ green 140 ◦ blue 29

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

Shades of Buttercup #D48C1D

Tints of Buttercup #D48C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 55.64%
G = 36.75%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D48C1D (or 0xD48C1D) is known color: Buttercup. HEX triplet: D4, 8C and 1D. RGB value is (212,140,29). Sum of RGB (Red+Green+Blue) = 212+140+29=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48C1D is #2B73E2. Grayscale: #959595. Windows color (decimal): -2847715 or 1936596. OLE color: 1936596.

HSL color Cylindrical-coordinate representation of color #D48C1D: hue angle of 36.39º 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 #D48C1D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 140 29 -
CMYK 0 0.34 0.86 0.17
HSL 36.39º 0.76% 0.47% -
HSV(B) 36.39º 0.86% 0.83% -
XYZ 36.75 32.84 5.56 -
YUV 148.87 60.35 173.03 -
System Red Green Blue C M Y K H S L
Decimal 212 140 29 0 0.34 0.86 0.17 36.39 0.76 0.47
Hex D4 8C 1D 0 22 56 11 24 4C 2F
Octal 324 214 35 0 42 126 21 44 114 57
Binary 11010100 10001100 11101 0 100010 1010110 10001 100100 1001100 101111

Color Harmonies of #D48C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C1D

Black with #D48C1D

Text Example


Text Example

White with #D48C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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