Html Css Color HEX #D2B325 Galliano

📋 copy color: '#D2B325'

red 210 ◦ green 179 ◦ blue 37

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

Shades of Galliano #D2B325

Tints of Galliano #D2B325

RGB

 RED value IS 210 (82.42% from 255) = 49.3%

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 37 (14.84% from 255) = 8.69%

R = 49.3%
G = 42.02%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D2B325 (or 0xD2B325) is known color: Galliano. HEX triplet: D2, B3 and 25. RGB value is (210,179,37). Sum of RGB (Red+Green+Blue) = 210+179+37=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B325 is #2D4CDA. Grayscale: #ACACAC. Windows color (decimal): -2968795 or 2470866. OLE color: 2470866.

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

Color convert

RGB 210 179 37 -
CMYK 0 0.15 0.82 0.18
HSL 49.25º 0.7% 0.48% -
HSV(B) 49.25º 0.82% 0.82% -
XYZ 43.03 46.08 8.38 -
YUV 172.08 51.77 155.05 -
System Red Green Blue C M Y K H S L
Decimal 210 179 37 0 0.15 0.82 0.18 49.25 0.7 0.48
Hex D2 B3 25 0 F 52 12 31 46 30
Octal 322 263 45 0 17 122 22 61 106 60
Binary 11010010 10110011 100101 0 1111 1010010 10010 110001 1000110 110000

Color Harmonies of #D2B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B325

Black with #D2B325

Text Example


Text Example

White with #D2B325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B325; }

 p { color: rgb(210,179,37); }

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

background-color css

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

 a { background-color: rgb(210,179,37); }

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

border-color css

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

 span { border-color: rgb(210,179,37); }

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