Html Css Color HEX #D09C14 Galliano

📋 copy color: '#D09C14'

red 208 ◦ green 156 ◦ blue 20

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

Shades of Galliano #D09C14

Tints of Galliano #D09C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.63%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 54.17%
G = 40.63%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D09C14 (or 0xD09C14) is known color: Galliano. HEX triplet: D0, 9C and 14. RGB value is (208,156,20). Sum of RGB (Red+Green+Blue) = 208+156+20=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09C14 is #2F63EB. Grayscale: #9C9C9C. Windows color (decimal): -3105772 or 1350864. OLE color: 1350864.

HSL color Cylindrical-coordinate representation of color #D09C14: hue angle of 43.4º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D09C14 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 156 20 -
CMYK 0 0.25 0.90 0.18
HSL 43.4º 0.82% 0.45% -
HSV(B) 43.4º 0.9% 0.82% -
XYZ 38.03 37.24 5.85 -
YUV 156.04 51.23 165.06 -
System Red Green Blue C M Y K H S L
Decimal 208 156 20 0 0.25 0.90 0.18 43.4 0.82 0.45
Hex D0 9C 14 0 19 5A 12 2B 52 2D
Octal 320 234 24 0 31 132 22 53 122 55
Binary 11010000 10011100 10100 0 11001 1011010 10010 101011 1010010 101101

Color Harmonies of #D09C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C14

Black with #D09C14

Text Example


Text Example

White with #D09C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C14; }

 p { color: rgb(208,156,20); }

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

background-color css

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

 a { background-color: rgb(208,156,20); }

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

border-color css

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

 span { border-color: rgb(208,156,20); }

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