Html Css Color HEX #D6B022 Galliano

📋 copy color: '#D6B022'

red 214 ◦ green 176 ◦ blue 34

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

Shades of Galliano #D6B022

Tints of Galliano #D6B022

RGB

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

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

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

R = 50.47%
G = 41.51%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6B022 (or 0xD6B022) is known color: Galliano. HEX triplet: D6, B0 and 22. RGB value is (214,176,34). Sum of RGB (Red+Green+Blue) = 214+176+34=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B022 is #294FDD. Grayscale: #ABABAB. Windows color (decimal): -2707422 or 2273494. OLE color: 2273494.

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

Color convert

RGB 214 176 34 -
CMYK 0 0.18 0.84 0.16
HSL 47.33º 0.73% 0.49% -
HSV(B) 47.33º 0.84% 0.84% -
XYZ 43.55 45.46 7.99 -
YUV 171.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 214 176 34 0 0.18 0.84 0.16 47.33 0.73 0.49
Hex D6 B0 22 0 12 54 10 2F 49 31
Octal 326 260 42 0 22 124 20 57 111 61
Binary 11010110 10110000 100010 0 10010 1010100 10000 101111 1001001 110001

Color Harmonies of #D6B022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B022

Black with #D6B022

Text Example


Text Example

White with #D6B022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B022; }

 p { color: rgb(214,176,34); }

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

background-color css

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

 a { background-color: rgb(214,176,34); }

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

border-color css

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

 span { border-color: rgb(214,176,34); }

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