Html Css Color HEX #D09A1A Galliano

📋 copy color: '#D09A1A'

red 208 ◦ green 154 ◦ blue 26

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

Shades of Galliano #D09A1A

Tints of Galliano #D09A1A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.69%

 BLUE value IS 26 (10.55% from 255) = 6.7%

R = 53.61%
G = 39.69%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D09A1A (or 0xD09A1A) is known color: Galliano. HEX triplet: D0, 9A and 1A. RGB value is (208,154,26). Sum of RGB (Red+Green+Blue) = 208+154+26=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09A1A is #2F65E5. Grayscale: #9C9C9C. Windows color (decimal): -3106278 or 1743568. OLE color: 1743568.

HSL color Cylindrical-coordinate representation of color #D09A1A: hue angle of 42.2º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D09A1A is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 26 -
CMYK 0 0.26 0.88 0.18
HSL 42.2º 0.78% 0.46% -
HSV(B) 42.2º 0.88% 0.82% -
XYZ 37.75 36.6 6.05 -
YUV 155.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 208 154 26 0 0.26 0.88 0.18 42.2 0.78 0.46
Hex D0 9A 1A 0 1A 58 12 2A 4E 2E
Octal 320 232 32 0 32 130 22 52 116 56
Binary 11010000 10011010 11010 0 11010 1011000 10010 101010 1001110 101110

Color Harmonies of #D09A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A1A

Black with #D09A1A

Text Example


Text Example

White with #D09A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A1A; }

 p { color: rgb(208,154,26); }

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

background-color css

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

 a { background-color: rgb(208,154,26); }

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

border-color css

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

 span { border-color: rgb(208,154,26); }

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