Html Css Color HEX #D0B122 Galliano

📋 copy color: '#D0B122'

red 208 ◦ green 177 ◦ blue 34

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

Shades of Galliano #D0B122

Tints of Galliano #D0B122

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 49.64%
G = 42.24%
B = 8.11%

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

#D0B122 (or 0xD0B122) is known color: Galliano. HEX triplet: D0, B1 and 22. RGB value is (208,177,34). Sum of RGB (Red+Green+Blue) = 208+177+34=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B122 is #2F4EDD. Grayscale: #AAAAAA. Windows color (decimal): -3100382 or 2273744. OLE color: 2273744.

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

Color convert

RGB 208 177 34 -
CMYK 0 0.15 0.84 0.18
HSL 49.31º 0.72% 0.47% -
HSV(B) 49.31º 0.84% 0.82% -
XYZ 42.02 44.97 7.98 -
YUV 169.97 51.27 155.13 -
System Red Green Blue C M Y K H S L
Decimal 208 177 34 0 0.15 0.84 0.18 49.31 0.72 0.47
Hex D0 B1 22 0 F 54 12 31 48 2F
Octal 320 261 42 0 17 124 22 61 110 57
Binary 11010000 10110001 100010 0 1111 1010100 10010 110001 1001000 101111

Color Harmonies of #D0B122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B122

Black with #D0B122

Text Example


Text Example

White with #D0B122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B122; }

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

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

background-color css

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

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

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

border-color css

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

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

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