Html Css Color HEX #D09B21 Galliano

📋 copy color: '#D09B21'

red 208 ◦ green 155 ◦ blue 33

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

Shades of Galliano #D09B21

Tints of Galliano #D09B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 52.53%
G = 39.14%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D09B21 (or 0xD09B21) is known color: Galliano. HEX triplet: D0, 9B and 21. RGB value is (208,155,33). Sum of RGB (Red+Green+Blue) = 208+155+33=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09B21 is #2F64DE. Grayscale: #9D9D9D. Windows color (decimal): -3106015 or 2202576. OLE color: 2202576.

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

Color convert

RGB 208 155 33 -
CMYK 0 0.25 0.84 0.18
HSL 41.83º 0.73% 0.47% -
HSV(B) 41.83º 0.84% 0.82% -
XYZ 38.01 36.96 6.57 -
YUV 156.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 208 155 33 0 0.25 0.84 0.18 41.83 0.73 0.47
Hex D0 9B 21 0 19 54 12 2A 49 2F
Octal 320 233 41 0 31 124 22 52 111 57
Binary 11010000 10011011 100001 0 11001 1010100 10010 101010 1001001 101111

Color Harmonies of #D09B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B21

Black with #D09B21

Text Example


Text Example

White with #D09B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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