Html Css Color HEX #D0B322 Galliano

📋 copy color: '#D0B322'

red 208 ◦ green 179 ◦ blue 34

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

Shades of Galliano #D0B322

Tints of Galliano #D0B322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.52%

 BLUE value IS 34 (13.67% from 255) = 8.08%

R = 49.41%
G = 42.52%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0B322 (or 0xD0B322) is known color: Galliano. HEX triplet: D0, B3 and 22. RGB value is (208,179,34). Sum of RGB (Red+Green+Blue) = 208+179+34=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B322 is #2F4CDD. Grayscale: #ABABAB. Windows color (decimal): -3099870 or 2274256. OLE color: 2274256.

HSL color Cylindrical-coordinate representation of color #D0B322: hue angle of 50º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0B322 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 34 -
CMYK 0 0.14 0.84 0.18
HSL 50º 0.72% 0.47% -
HSV(B) 50º 0.84% 0.82% -
XYZ 42.42 45.77 8.11 -
YUV 171.14 50.61 154.29 -
System Red Green Blue C M Y K H S L
Decimal 208 179 34 0 0.14 0.84 0.18 50 0.72 0.47
Hex D0 B3 22 0 E 54 12 32 48 2F
Octal 320 263 42 0 16 124 22 62 110 57
Binary 11010000 10110011 100010 0 1110 1010100 10010 110010 1001000 101111

Color Harmonies of #D0B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B322

Black with #D0B322

Text Example


Text Example

White with #D0B322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B322; }

 p { color: rgb(208,179,34); }

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

background-color css

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

 a { background-color: rgb(208,179,34); }

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

border-color css

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

 span { border-color: rgb(208,179,34); }

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