Html Css Color HEX #DA961B Buttercup

📋 copy color: '#DA961B'

red 218 ◦ green 150 ◦ blue 27

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

Shades of Buttercup #DA961B

Tints of Buttercup #DA961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.84%

R = 55.19%
G = 37.97%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA961B (or 0xDA961B) is known color: Buttercup. HEX triplet: DA, 96 and 1B. RGB value is (218,150,27). Sum of RGB (Red+Green+Blue) = 218+150+27=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA961B is #2569E4. Grayscale: #9C9C9C. Windows color (decimal): -2451941 or 1808090. OLE color: 1808090.

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

Color convert

RGB 218 150 27 -
CMYK 0 0.31 0.88 0.15
HSL 38.64º 0.78% 0.48% -
HSV(B) 38.64º 0.88% 0.85% -
XYZ 40.02 36.8 6.03 -
YUV 156.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 218 150 27 0 0.31 0.88 0.15 38.64 0.78 0.48
Hex DA 96 1B 0 1F 58 F 27 4E 30
Octal 332 226 33 0 37 130 17 47 116 60
Binary 11011010 10010110 11011 0 11111 1011000 1111 100111 1001110 110000

Color Harmonies of #DA961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA961B

Black with #DA961B

Text Example


Text Example

White with #DA961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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