Html Css Color HEX #D0B021 Galliano

📋 copy color: '#D0B021'

red 208 ◦ green 176 ◦ blue 33

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

Shades of Galliano #D0B021

Tints of Galliano #D0B021

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

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

R = 49.88%
G = 42.21%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D0B021 (or 0xD0B021) is known color: Galliano. HEX triplet: D0, B0 and 21. RGB value is (208,176,33). Sum of RGB (Red+Green+Blue) = 208+176+33=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B021 is #2F4FDE. Grayscale: #A9A9A9. Windows color (decimal): -3100639 or 2207952. OLE color: 2207952.

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

Color convert

RGB 208 176 33 -
CMYK 0 0.15 0.84 0.18
HSL 49.03º 0.73% 0.47% -
HSV(B) 49.03º 0.84% 0.82% -
XYZ 41.81 44.57 7.84 -
YUV 169.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 208 176 33 0 0.15 0.84 0.18 49.03 0.73 0.47
Hex D0 B0 21 0 F 54 12 31 49 2F
Octal 320 260 41 0 17 124 22 61 111 57
Binary 11010000 10110000 100001 0 1111 1010100 10010 110001 1001001 101111

Color Harmonies of #D0B021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B021

Black with #D0B021

Text Example


Text Example

White with #D0B021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B021; }

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

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

background-color css

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

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

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

border-color css

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

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

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