Html Css Color HEX #D0962B Buttercup

📋 copy color: '#D0962B'

red 208 ◦ green 150 ◦ blue 43

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

Shades of Buttercup #D0962B

Tints of Buttercup #D0962B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.72%

R = 51.87%
G = 37.41%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0962B (or 0xD0962B) is known color: Buttercup. HEX triplet: D0, 96 and 2B. RGB value is (208,150,43). Sum of RGB (Red+Green+Blue) = 208+150+43=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0962B is #2F69D4. Grayscale: #9B9B9B. Windows color (decimal): -3107285 or 2856656. OLE color: 2856656.

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

Color convert

RGB 208 150 43 -
CMYK 0 0.28 0.79 0.18
HSL 38.91º 0.66% 0.49% -
HSV(B) 38.91º 0.79% 0.82% -
XYZ 37.35 35.4 7.15 -
YUV 155.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 208 150 43 0 0.28 0.79 0.18 38.91 0.66 0.49
Hex D0 96 2B 0 1C 4F 12 27 42 31
Octal 320 226 53 0 34 117 22 47 102 61
Binary 11010000 10010110 101011 0 11100 1001111 10010 100111 1000010 110001

Color Harmonies of #D0962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0962B

Black with #D0962B

Text Example


Text Example

White with #D0962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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