Html Css Color HEX #D0AF26 Galliano

📋 copy color: '#D0AF26'

red 208 ◦ green 175 ◦ blue 38

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

Shades of Galliano #D0AF26

Tints of Galliano #D0AF26

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

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

R = 49.41%
G = 41.57%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0AF26 (or 0xD0AF26) is known color: Galliano. HEX triplet: D0, AF and 26. RGB value is (208,175,38). Sum of RGB (Red+Green+Blue) = 208+175+38=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF26 is #2F50D9. Grayscale: #A9A9A9. Windows color (decimal): -3100890 or 2535376. OLE color: 2535376.

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

Color convert

RGB 208 175 38 -
CMYK 0 0.16 0.82 0.18
HSL 48.35º 0.69% 0.48% -
HSV(B) 48.35º 0.82% 0.82% -
XYZ 41.69 44.21 8.17 -
YUV 169.25 53.93 155.64 -
System Red Green Blue C M Y K H S L
Decimal 208 175 38 0 0.16 0.82 0.18 48.35 0.69 0.48
Hex D0 AF 26 0 10 52 12 30 45 30
Octal 320 257 46 0 20 122 22 60 105 60
Binary 11010000 10101111 100110 0 10000 1010010 10010 110000 1000101 110000

Color Harmonies of #D0AF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF26

Black with #D0AF26

Text Example


Text Example

White with #D0AF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF26; }

 p { color: rgb(208,175,38); }

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

background-color css

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

 a { background-color: rgb(208,175,38); }

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

border-color css

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

 span { border-color: rgb(208,175,38); }

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