Html Css Color HEX #D09C1D Galliano

📋 copy color: '#D09C1D'

red 208 ◦ green 156 ◦ blue 29

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

Shades of Galliano #D09C1D

Tints of Galliano #D09C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.38%

R = 52.93%
G = 39.69%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D09C1D (or 0xD09C1D) is known color: Galliano. HEX triplet: D0, 9C and 1D. RGB value is (208,156,29). Sum of RGB (Red+Green+Blue) = 208+156+29=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09C1D is #2F63E2. Grayscale: #9D9D9D. Windows color (decimal): -3105763 or 1940688. OLE color: 1940688.

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

Color convert

RGB 208 156 29 -
CMYK 0 0.25 0.86 0.18
HSL 42.57º 0.76% 0.46% -
HSV(B) 42.57º 0.86% 0.82% -
XYZ 38.12 37.28 6.35 -
YUV 157.07 55.73 164.33 -
System Red Green Blue C M Y K H S L
Decimal 208 156 29 0 0.25 0.86 0.18 42.57 0.76 0.46
Hex D0 9C 1D 0 19 56 12 2B 4C 2E
Octal 320 234 35 0 31 126 22 53 114 56
Binary 11010000 10011100 11101 0 11001 1010110 10010 101011 1001100 101110

Color Harmonies of #D09C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C1D

Black with #D09C1D

Text Example


Text Example

White with #D09C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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