Html Css Color HEX #D4992D Buttercup

📋 copy color: '#D4992D'

red 212 ◦ green 153 ◦ blue 45

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

Shades of Buttercup #D4992D

Tints of Buttercup #D4992D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.32%

 BLUE value IS 45 (17.97% from 255) = 10.98%

R = 51.71%
G = 37.32%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4992D (or 0xD4992D) is known color: Buttercup. HEX triplet: D4, 99 and 2D. RGB value is (212,153,45). Sum of RGB (Red+Green+Blue) = 212+153+45=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4992D is #2B66D2. Grayscale: #9E9E9E. Windows color (decimal): -2844371 or 2988500. OLE color: 2988500.

HSL color Cylindrical-coordinate representation of color #D4992D: hue angle of 38.8º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4992D is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 153 45 -
CMYK 0 0.28 0.79 0.17
HSL 38.8º 0.66% 0.5% -
HSV(B) 38.8º 0.79% 0.83% -
XYZ 39.02 36.97 7.56 -
YUV 158.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 212 153 45 0 0.28 0.79 0.17 38.8 0.66 0.5
Hex D4 99 2D 0 1C 4F 11 27 42 32
Octal 324 231 55 0 34 117 21 47 102 62
Binary 11010100 10011001 101101 0 11100 1001111 10001 100111 1000010 110010

Color Harmonies of #D4992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4992D

Black with #D4992D

Text Example


Text Example

White with #D4992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4992D; }

 p { color: rgb(212,153,45); }

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

background-color css

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

 a { background-color: rgb(212,153,45); }

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

border-color css

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

 span { border-color: rgb(212,153,45); }

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