Html Css Color HEX #D0B223 Galliano

📋 copy color: '#D0B223'

red 208 ◦ green 178 ◦ blue 35

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

Shades of Galliano #D0B223

Tints of Galliano #D0B223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

 BLUE value IS 35 (14.06% from 255) = 8.31%

R = 49.41%
G = 42.28%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D0B223 (or 0xD0B223) is known color: Galliano. HEX triplet: D0, B2 and 23. RGB value is (208,178,35). Sum of RGB (Red+Green+Blue) = 208+178+35=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B223 is #2F4DDC. Grayscale: #ABABAB. Windows color (decimal): -3100125 or 2339536. OLE color: 2339536.

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

Color convert

RGB 208 178 35 -
CMYK 0 0.14 0.83 0.18
HSL 49.6º 0.71% 0.48% -
HSV(B) 49.6º 0.83% 0.82% -
XYZ 42.24 45.37 8.12 -
YUV 170.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 208 178 35 0 0.14 0.83 0.18 49.6 0.71 0.48
Hex D0 B2 23 0 E 53 12 32 47 30
Octal 320 262 43 0 16 123 22 62 107 60
Binary 11010000 10110010 100011 0 1110 1010011 10010 110010 1000111 110000

Color Harmonies of #D0B223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B223

Black with #D0B223

Text Example


Text Example

White with #D0B223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B223; }

 p { color: rgb(208,178,35); }

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

background-color css

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

 a { background-color: rgb(208,178,35); }

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

border-color css

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

 span { border-color: rgb(208,178,35); }

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