Html Css Color HEX #DA8A29 Buttercup

📋 copy color: '#DA8A29'

red 218 ◦ green 138 ◦ blue 41

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

Shades of Buttercup #DA8A29

Tints of Buttercup #DA8A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.33%

R = 54.91%
G = 34.76%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA8A29 (or 0xDA8A29) is known color: Buttercup. HEX triplet: DA, 8A and 29. RGB value is (218,138,41). Sum of RGB (Red+Green+Blue) = 218+138+41=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A29 is #2575D6. Grayscale: #979797. Windows color (decimal): -2454999 or 2722522. OLE color: 2722522.

HSL color Cylindrical-coordinate representation of color #DA8A29: hue angle of 32.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA8A29 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 41 -
CMYK 0 0.37 0.81 0.15
HSL 32.88º 0.71% 0.51% -
HSV(B) 32.88º 0.81% 0.85% -
XYZ 38.4 33.24 6.49 -
YUV 150.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 218 138 41 0 0.37 0.81 0.15 32.88 0.71 0.51
Hex DA 8A 29 0 25 51 F 21 47 33
Octal 332 212 51 0 45 121 17 41 107 63
Binary 11011010 10001010 101001 0 100101 1010001 1111 100001 1000111 110011

Color Harmonies of #DA8A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A29

Black with #DA8A29

Text Example


Text Example

White with #DA8A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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