Html Css Color HEX #D0A90C Galliano

📋 copy color: '#D0A90C'

red 208 ◦ green 169 ◦ blue 12

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

Shades of Galliano #D0A90C

Tints of Galliano #D0A90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 53.47%
G = 43.44%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0A90C (or 0xD0A90C) is known color: Galliano. HEX triplet: D0, A9 and 0C. RGB value is (208,169,12). Sum of RGB (Red+Green+Blue) = 208+169+12=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A90C is #2F56F3. Grayscale: #A3A3A3. Windows color (decimal): -3102452 or 829904. OLE color: 829904.

HSL color Cylindrical-coordinate representation of color #D0A90C: hue angle of 48.06º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0A90C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 169 12 -
CMYK 0 0.19 0.94 0.18
HSL 48.06º 0.89% 0.43% -
HSV(B) 48.06º 0.94% 0.82% -
XYZ 40.27 41.81 6.3 -
YUV 162.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 208 169 12 0 0.19 0.94 0.18 48.06 0.89 0.43
Hex D0 A9 C 0 13 5E 12 30 59 2B
Octal 320 251 14 0 23 136 22 60 131 53
Binary 11010000 10101001 1100 0 10011 1011110 10010 110000 1011001 101011

Color Harmonies of #D0A90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A90C

Black with #D0A90C

Text Example


Text Example

White with #D0A90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A90C; }

 p { color: rgb(208,169,12); }

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

background-color css

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

 a { background-color: rgb(208,169,12); }

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

border-color css

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

 span { border-color: rgb(208,169,12); }

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