Html Css Color HEX #DA8A2D Buttercup

📋 copy color: '#DA8A2D'

red 218 ◦ green 138 ◦ blue 45

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

Shades of Buttercup #DA8A2D

Tints of Buttercup #DA8A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 54.36%
G = 34.41%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA8A2D (or 0xDA8A2D) is known color: Buttercup. HEX triplet: DA, 8A and 2D. RGB value is (218,138,45). Sum of RGB (Red+Green+Blue) = 218+138+45=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A2D is #2575D2. Grayscale: #979797. Windows color (decimal): -2454995 or 2984666. OLE color: 2984666.

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

Color convert

RGB 218 138 45 -
CMYK 0 0.37 0.79 0.15
HSL 32.25º 0.7% 0.52% -
HSV(B) 32.25º 0.79% 0.85% -
XYZ 38.48 33.27 6.88 -
YUV 151.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 218 138 45 0 0.37 0.79 0.15 32.25 0.7 0.52
Hex DA 8A 2D 0 25 4F F 20 46 34
Octal 332 212 55 0 45 117 17 40 106 64
Binary 11011010 10001010 101101 0 100101 1001111 1111 100000 1000110 110100

Color Harmonies of #DA8A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A2D

Black with #DA8A2D

Text Example


Text Example

White with #DA8A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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