Html Css Color HEX #DA9C2F Buttercup

📋 copy color: '#DA9C2F'

red 218 ◦ green 156 ◦ blue 47

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

Shades of Buttercup #DA9C2F

Tints of Buttercup #DA9C2F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.05%

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 51.78%
G = 37.05%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA9C2F (or 0xDA9C2F) is known color: Buttercup. HEX triplet: DA, 9C and 2F. RGB value is (218,156,47). Sum of RGB (Red+Green+Blue) = 218+156+47=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9C2F is #2563D0. Grayscale: #A2A2A2. Windows color (decimal): -2450385 or 3120346. OLE color: 3120346.

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

Color convert

RGB 218 156 47 -
CMYK 0 0.28 0.78 0.15
HSL 38.25º 0.7% 0.52% -
HSV(B) 38.25º 0.78% 0.85% -
XYZ 41.32 38.89 8.02 -
YUV 162.11 63.04 167.86 -
System Red Green Blue C M Y K H S L
Decimal 218 156 47 0 0.28 0.78 0.15 38.25 0.7 0.52
Hex DA 9C 2F 0 1C 4E F 26 46 34
Octal 332 234 57 0 34 116 17 46 106 64
Binary 11011010 10011100 101111 0 11100 1001110 1111 100110 1000110 110100

Color Harmonies of #DA9C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C2F

Black with #DA9C2F

Text Example


Text Example

White with #DA9C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C2F; }

 p { color: rgb(218,156,47); }

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

background-color css

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

 a { background-color: rgb(218,156,47); }

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

border-color css

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

 span { border-color: rgb(218,156,47); }

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