Html Css Color HEX #DA9B2B Buttercup

📋 copy color: '#DA9B2B'

red 218 ◦ green 155 ◦ blue 43

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

Shades of Buttercup #DA9B2B

Tints of Buttercup #DA9B2B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.26%

 BLUE value IS 43 (17.19% from 255) = 10.34%

R = 52.4%
G = 37.26%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA9B2B (or 0xDA9B2B) is known color: Buttercup. HEX triplet: DA, 9B and 2B. RGB value is (218,155,43). Sum of RGB (Red+Green+Blue) = 218+155+43=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9B2B is #2564D4. Grayscale: #A1A1A1. Windows color (decimal): -2450645 or 2857946. OLE color: 2857946.

HSL color Cylindrical-coordinate representation of color #DA9B2B: hue angle of 38.4º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA9B2B is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 155 43 -
CMYK 0 0.29 0.80 0.15
HSL 38.4º 0.7% 0.51% -
HSV(B) 38.4º 0.8% 0.85% -
XYZ 41.07 38.52 7.56 -
YUV 161.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 218 155 43 0 0.29 0.80 0.15 38.4 0.7 0.51
Hex DA 9B 2B 0 1D 50 F 26 46 33
Octal 332 233 53 0 35 120 17 46 106 63
Binary 11011010 10011011 101011 0 11101 1010000 1111 100110 1000110 110011

Color Harmonies of #DA9B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9B2B

Black with #DA9B2B

Text Example


Text Example

White with #DA9B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9B2B; }

 p { color: rgb(218,155,43); }

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

background-color css

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

 a { background-color: rgb(218,155,43); }

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

border-color css

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

 span { border-color: rgb(218,155,43); }

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