Html Css Color HEX #D0961C Buttercup

📋 copy color: '#D0961C'

red 208 ◦ green 150 ◦ blue 28

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

Shades of Buttercup #D0961C

Tints of Buttercup #D0961C

RGB

 RED value IS 208 (81.64% from 255) = 53.89%

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

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

R = 53.89%
G = 38.86%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0961C (or 0xD0961C) is known color: Buttercup. HEX triplet: D0, 96 and 1C. RGB value is (208,150,28). Sum of RGB (Red+Green+Blue) = 208+150+28=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0961C is #2F69E3. Grayscale: #999999. Windows color (decimal): -3107300 or 1873616. OLE color: 1873616.

HSL color Cylindrical-coordinate representation of color #D0961C: hue angle of 40.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0961C is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 28 -
CMYK 0 0.28 0.87 0.18
HSL 40.67º 0.76% 0.46% -
HSV(B) 40.67º 0.87% 0.82% -
XYZ 37.13 35.31 5.96 -
YUV 153.43 57.22 166.92 -
System Red Green Blue C M Y K H S L
Decimal 208 150 28 0 0.28 0.87 0.18 40.67 0.76 0.46
Hex D0 96 1C 0 1C 57 12 29 4C 2E
Octal 320 226 34 0 34 127 22 51 114 56
Binary 11010000 10010110 11100 0 11100 1010111 10010 101001 1001100 101110

Color Harmonies of #D0961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0961C

Black with #D0961C

Text Example


Text Example

White with #D0961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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