Html Css Color HEX #DA8A2B Buttercup

📋 copy color: '#DA8A2B'

red 218 ◦ green 138 ◦ blue 43

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

Shades of Buttercup #DA8A2B

Tints of Buttercup #DA8A2B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 54.64%
G = 34.59%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA8A2B (or 0xDA8A2B) is known color: Buttercup. HEX triplet: DA, 8A and 2B. RGB value is (218,138,43). Sum of RGB (Red+Green+Blue) = 218+138+43=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A2B is #2575D4. Grayscale: #979797. Windows color (decimal): -2454997 or 2853594. OLE color: 2853594.

HSL color Cylindrical-coordinate representation of color #DA8A2B: hue angle of 32.57º 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 #DA8A2B is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 43 -
CMYK 0 0.37 0.80 0.15
HSL 32.57º 0.7% 0.51% -
HSV(B) 32.57º 0.8% 0.85% -
XYZ 38.44 33.26 6.68 -
YUV 151.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 218 138 43 0 0.37 0.80 0.15 32.57 0.7 0.51
Hex DA 8A 2B 0 25 50 F 21 46 33
Octal 332 212 53 0 45 120 17 41 106 63
Binary 11011010 10001010 101011 0 100101 1010000 1111 100001 1000110 110011

Color Harmonies of #DA8A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A2B

Black with #DA8A2B

Text Example


Text Example

White with #DA8A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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