Html Css Color HEX #DA992D Buttercup

📋 copy color: '#DA992D'

red 218 ◦ green 153 ◦ blue 45

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

Shades of Buttercup #DA992D

Tints of Buttercup #DA992D

RGB

 RED value IS 218 (85.55% from 255) = 52.4%

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

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

R = 52.4%
G = 36.78%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA992D (or 0xDA992D) is known color: Buttercup. HEX triplet: DA, 99 and 2D. RGB value is (218,153,45). Sum of RGB (Red+Green+Blue) = 218+153+45=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA992D is #2566D2. Grayscale: #A0A0A0. Windows color (decimal): -2451155 or 2988506. OLE color: 2988506.

HSL color Cylindrical-coordinate representation of color #DA992D: hue angle of 37.46º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA992D is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 45 -
CMYK 0 0.30 0.79 0.15
HSL 37.46º 0.7% 0.52% -
HSV(B) 37.46º 0.79% 0.85% -
XYZ 40.78 37.88 7.64 -
YUV 160.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 218 153 45 0 0.30 0.79 0.15 37.46 0.7 0.52
Hex DA 99 2D 0 1E 4F F 25 46 34
Octal 332 231 55 0 36 117 17 45 106 64
Binary 11011010 10011001 101101 0 11110 1001111 1111 100101 1000110 110100

Color Harmonies of #DA992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA992D

Black with #DA992D

Text Example


Text Example

White with #DA992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA992D; }

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

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

background-color css

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

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

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

border-color css

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

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

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