Html Css Color HEX #D0B650 Tacha

📋 copy color: '#D0B650'

red 208 ◦ green 182 ◦ blue 80

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

Shades of Tacha #D0B650

Tints of Tacha #D0B650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.72%

 BLUE value IS 80 (31.64% from 255) = 17.02%

R = 44.26%
G = 38.72%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0B650 (or 0xD0B650) is known color: Tacha. HEX triplet: D0, B6 and 50. RGB value is (208,182,80). Sum of RGB (Red+Green+Blue) = 208+182+80=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B650 is #2F49AF. Grayscale: #B2B2B2. Windows color (decimal): -3099056 or 5289680. OLE color: 5289680.

HSL color Cylindrical-coordinate representation of color #D0B650: hue angle of 47.81º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0B650 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 182 80 -
CMYK 0 0.12 0.62 0.18
HSL 47.81º 0.58% 0.56% -
HSV(B) 47.81º 0.62% 0.82% -
XYZ 44.19 47.44 14.42 -
YUV 178.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 208 182 80 0 0.12 0.62 0.18 47.81 0.58 0.56
Hex D0 B6 50 0 C 3E 12 30 3A 38
Octal 320 266 120 0 14 76 22 60 72 70
Binary 11010000 10110110 1010000 0 1100 111110 10010 110000 111010 111000

Color Harmonies of #D0B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B650

Black with #D0B650

Text Example


Text Example

White with #D0B650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B650; }

 p { color: rgb(208,182,80); }

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

background-color css

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

 a { background-color: rgb(208,182,80); }

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

border-color css

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

 span { border-color: rgb(208,182,80); }

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