Html Css Color HEX #D0B321 Galliano

📋 copy color: '#D0B321'

red 208 ◦ green 179 ◦ blue 33

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

Shades of Galliano #D0B321

Tints of Galliano #D0B321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.86%

R = 49.52%
G = 42.62%
B = 7.86%

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

#D0B321 (or 0xD0B321) is known color: Galliano. HEX triplet: D0, B3 and 21. RGB value is (208,179,33). Sum of RGB (Red+Green+Blue) = 208+179+33=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B321 is #2F4CDE. Grayscale: #ABABAB. Windows color (decimal): -3099871 or 2208720. OLE color: 2208720.

HSL color Cylindrical-coordinate representation of color #D0B321: hue angle of 50.06º degrees, saturation: 0.73, 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 #D0B321 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 33 -
CMYK 0 0.14 0.84 0.18
HSL 50.06º 0.73% 0.47% -
HSV(B) 50.06º 0.84% 0.82% -
XYZ 42.41 45.76 8.04 -
YUV 171.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 208 179 33 0 0.14 0.84 0.18 50.06 0.73 0.47
Hex D0 B3 21 0 E 54 12 32 49 2F
Octal 320 263 41 0 16 124 22 62 111 57
Binary 11010000 10110011 100001 0 1110 1010100 10010 110010 1001001 101111

Color Harmonies of #D0B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B321

Black with #D0B321

Text Example


Text Example

White with #D0B321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B321; }

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

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

background-color css

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

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

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

border-color css

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

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

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