Html Css Color HEX #DA902F Buttercup

📋 copy color: '#DA902F'

red 218 ◦ green 144 ◦ blue 47

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

Shades of Buttercup #DA902F

Tints of Buttercup #DA902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

 BLUE value IS 47 (18.75% from 255) = 11.49%

R = 53.3%
G = 35.21%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA902F (or 0xDA902F) is known color: Buttercup. HEX triplet: DA, 90 and 2F. RGB value is (218,144,47). Sum of RGB (Red+Green+Blue) = 218+144+47=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA902F is #256FD0. Grayscale: #9B9B9B. Windows color (decimal): -2453457 or 3117274. OLE color: 3117274.

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

Color convert

RGB 218 144 47 -
CMYK 0 0.34 0.78 0.15
HSL 34.04º 0.7% 0.52% -
HSV(B) 34.04º 0.78% 0.85% -
XYZ 39.4 35.06 7.38 -
YUV 155.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 218 144 47 0 0.34 0.78 0.15 34.04 0.7 0.52
Hex DA 90 2F 0 22 4E F 22 46 34
Octal 332 220 57 0 42 116 17 42 106 64
Binary 11011010 10010000 101111 0 100010 1001110 1111 100010 1000110 110100

Color Harmonies of #DA902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA902F

Black with #DA902F

Text Example


Text Example

White with #DA902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA902F; }

 p { color: rgb(218,144,47); }

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

background-color css

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

 a { background-color: rgb(218,144,47); }

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

border-color css

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

 span { border-color: rgb(218,144,47); }

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