Html Css Color HEX #DA8C21 Buttercup

📋 copy color: '#DA8C21'

red 218 ◦ green 140 ◦ blue 33

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

Shades of Buttercup #DA8C21

Tints of Buttercup #DA8C21

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.81%

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 55.75%
G = 35.81%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA8C21 (or 0xDA8C21) is known color: Buttercup. HEX triplet: DA, 8C and 21. RGB value is (218,140,33). Sum of RGB (Red+Green+Blue) = 218+140+33=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C21 is #2573DE. Grayscale: #979797. Windows color (decimal): -2454495 or 2198746. OLE color: 2198746.

HSL color Cylindrical-coordinate representation of color #DA8C21: hue angle of 34.7º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA8C21 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 140 33 -
CMYK 0 0.36 0.85 0.15
HSL 34.7º 0.74% 0.49% -
HSV(B) 34.7º 0.85% 0.85% -
XYZ 38.57 33.77 5.92 -
YUV 151.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 218 140 33 0 0.36 0.85 0.15 34.7 0.74 0.49
Hex DA 8C 21 0 24 55 F 23 4A 31
Octal 332 214 41 0 44 125 17 43 112 61
Binary 11011010 10001100 100001 0 100100 1010101 1111 100011 1001010 110001

Color Harmonies of #DA8C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C21

Black with #DA8C21

Text Example


Text Example

White with #DA8C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C21; }

 p { color: rgb(218,140,33); }

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

background-color css

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

 a { background-color: rgb(218,140,33); }

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

border-color css

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

 span { border-color: rgb(218,140,33); }

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