Html Css Color HEX #D69A19 Galliano

📋 copy color: '#D69A19'

red 214 ◦ green 154 ◦ blue 25

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

Shades of Galliano #D69A19

Tints of Galliano #D69A19

RGB

 RED value IS 214 (83.98% from 255) = 54.45%

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

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 54.45%
G = 39.19%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D69A19 (or 0xD69A19) is known color: Galliano. HEX triplet: D6, 9A and 19. RGB value is (214,154,25). Sum of RGB (Red+Green+Blue) = 214+154+25=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69A19 is #2965E6. Grayscale: #9D9D9D. Windows color (decimal): -2713063 or 1678038. OLE color: 1678038.

HSL color Cylindrical-coordinate representation of color #D69A19: hue angle of 40.95º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D69A19 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 25 -
CMYK 0 0.28 0.88 0.16
HSL 40.95º 0.79% 0.47% -
HSV(B) 40.95º 0.88% 0.84% -
XYZ 39.46 37.48 6.07 -
YUV 157.23 53.38 168.49 -
System Red Green Blue C M Y K H S L
Decimal 214 154 25 0 0.28 0.88 0.16 40.95 0.79 0.47
Hex D6 9A 19 0 1C 58 10 29 4F 2F
Octal 326 232 31 0 34 130 20 51 117 57
Binary 11010110 10011010 11001 0 11100 1011000 10000 101001 1001111 101111

Color Harmonies of #D69A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A19

Black with #D69A19

Text Example


Text Example

White with #D69A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A19; }

 p { color: rgb(214,154,25); }

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

background-color css

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

 a { background-color: rgb(214,154,25); }

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

border-color css

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

 span { border-color: rgb(214,154,25); }

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