Html Css Color HEX #D6B223 Galliano

📋 copy color: '#D6B223'

red 214 ◦ green 178 ◦ blue 35

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

Shades of Galliano #D6B223

Tints of Galliano #D6B223

RGB

 RED value IS 214 (83.98% from 255) = 50.12%

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

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

R = 50.12%
G = 41.69%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6B223 (or 0xD6B223) is known color: Galliano. HEX triplet: D6, B2 and 23. RGB value is (214,178,35). Sum of RGB (Red+Green+Blue) = 214+178+35=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B223 is #294DDC. Grayscale: #ADADAD. Windows color (decimal): -2706909 or 2339542. OLE color: 2339542.

HSL color Cylindrical-coordinate representation of color #D6B223: hue angle of 47.93º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6B223 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 35 -
CMYK 0 0.17 0.84 0.16
HSL 47.93º 0.72% 0.49% -
HSV(B) 47.93º 0.84% 0.84% -
XYZ 43.96 46.26 8.2 -
YUV 172.46 50.43 157.63 -
System Red Green Blue C M Y K H S L
Decimal 214 178 35 0 0.17 0.84 0.16 47.93 0.72 0.49
Hex D6 B2 23 0 11 54 10 30 48 31
Octal 326 262 43 0 21 124 20 60 110 61
Binary 11010110 10110010 100011 0 10001 1010100 10000 110000 1001000 110001

Color Harmonies of #D6B223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B223

Black with #D6B223

Text Example


Text Example

White with #D6B223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B223; }

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

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

background-color css

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

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

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

border-color css

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

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

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