Html Css Color HEX #DA961C Buttercup

📋 copy color: '#DA961C'

red 218 ◦ green 150 ◦ blue 28

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

Shades of Buttercup #DA961C

Tints of Buttercup #DA961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

 BLUE value IS 28 (11.33% from 255) = 7.07%

R = 55.05%
G = 37.88%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA961C (or 0xDA961C) is known color: Buttercup. HEX triplet: DA, 96 and 1C. RGB value is (218,150,28). Sum of RGB (Red+Green+Blue) = 218+150+28=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA961C is #2569E3. Grayscale: #9C9C9C. Windows color (decimal): -2451940 or 1873626. OLE color: 1873626.

HSL color Cylindrical-coordinate representation of color #DA961C: hue angle of 38.53º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA961C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 28 -
CMYK 0 0.31 0.87 0.15
HSL 38.53º 0.77% 0.48% -
HSV(B) 38.53º 0.87% 0.85% -
XYZ 40.03 36.8 6.09 -
YUV 156.42 55.53 171.92 -
System Red Green Blue C M Y K H S L
Decimal 218 150 28 0 0.31 0.87 0.15 38.53 0.77 0.48
Hex DA 96 1C 0 1F 57 F 27 4D 30
Octal 332 226 34 0 37 127 17 47 115 60
Binary 11011010 10010110 11100 0 11111 1010111 1111 100111 1001101 110000

Color Harmonies of #DA961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA961C

Black with #DA961C

Text Example


Text Example

White with #DA961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA961C; }

 p { color: rgb(218,150,28); }

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

background-color css

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

 a { background-color: rgb(218,150,28); }

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

border-color css

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

 span { border-color: rgb(218,150,28); }

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