Html Css Color HEX #D09B14 Galliano

📋 copy color: '#D09B14'

red 208 ◦ green 155 ◦ blue 20

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

Shades of Galliano #D09B14

Tints of Galliano #D09B14

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.47%

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

R = 54.31%
G = 40.47%
B = 5.22%

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

#D09B14 (or 0xD09B14) is known color: Galliano. HEX triplet: D0, 9B and 14. RGB value is (208,155,20). Sum of RGB (Red+Green+Blue) = 208+155+20=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09B14 is #2F64EB. Grayscale: #9C9C9C. Windows color (decimal): -3106028 or 1350608. OLE color: 1350608.

HSL color Cylindrical-coordinate representation of color #D09B14: hue angle of 43.09º 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 #D09B14 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 155 20 -
CMYK 0 0.25 0.90 0.18
HSL 43.09º 0.82% 0.45% -
HSV(B) 43.09º 0.9% 0.82% -
XYZ 37.86 36.9 5.79 -
YUV 155.46 51.56 165.48 -
System Red Green Blue C M Y K H S L
Decimal 208 155 20 0 0.25 0.90 0.18 43.09 0.82 0.45
Hex D0 9B 14 0 19 5A 12 2B 52 2D
Octal 320 233 24 0 31 132 22 53 122 55
Binary 11010000 10011011 10100 0 11001 1011010 10010 101011 1010010 101101

Color Harmonies of #D09B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B14

Black with #D09B14

Text Example


Text Example

White with #D09B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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