Html Css Color HEX #D2A926 Galliano

📋 copy color: '#D2A926'

red 210 ◦ green 169 ◦ blue 38

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

Shades of Galliano #D2A926

Tints of Galliano #D2A926

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 50.36%
G = 40.53%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D2A926 (or 0xD2A926) is known color: Galliano. HEX triplet: D2, A9 and 26. RGB value is (210,169,38). Sum of RGB (Red+Green+Blue) = 210+169+38=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A926 is #2D56D9. Grayscale: #A6A6A6. Windows color (decimal): -2971354 or 2533842. OLE color: 2533842.

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

Color convert

RGB 210 169 38 -
CMYK 0 0.20 0.82 0.18
HSL 45.7º 0.69% 0.49% -
HSV(B) 45.7º 0.82% 0.82% -
XYZ 41.12 42.22 7.82 -
YUV 166.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 210 169 38 0 0.20 0.82 0.18 45.7 0.69 0.49
Hex D2 A9 26 0 14 52 12 2E 45 31
Octal 322 251 46 0 24 122 22 56 105 61
Binary 11010010 10101001 100110 0 10100 1010010 10010 101110 1000101 110001

Color Harmonies of #D2A926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A926

Black with #D2A926

Text Example


Text Example

White with #D2A926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A926; }

 p { color: rgb(210,169,38); }

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

background-color css

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

 a { background-color: rgb(210,169,38); }

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

border-color css

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

 span { border-color: rgb(210,169,38); }

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