Html Css Color HEX #D09B23 Galliano

📋 copy color: '#D09B23'

red 208 ◦ green 155 ◦ blue 35

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

Shades of Galliano #D09B23

Tints of Galliano #D09B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.79%

R = 52.26%
G = 38.94%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D09B23 (or 0xD09B23) is known color: Galliano. HEX triplet: D0, 9B and 23. RGB value is (208,155,35). Sum of RGB (Red+Green+Blue) = 208+155+35=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09B23 is #2F64DC. Grayscale: #9D9D9D. Windows color (decimal): -3106013 or 2333648. OLE color: 2333648.

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

Color convert

RGB 208 155 35 -
CMYK 0 0.25 0.83 0.18
HSL 41.62º 0.71% 0.48% -
HSV(B) 41.62º 0.83% 0.82% -
XYZ 38.04 36.97 6.72 -
YUV 157.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 208 155 35 0 0.25 0.83 0.18 41.62 0.71 0.48
Hex D0 9B 23 0 19 53 12 2A 47 30
Octal 320 233 43 0 31 123 22 52 107 60
Binary 11010000 10011011 100011 0 11001 1010011 10010 101010 1000111 110000

Color Harmonies of #D09B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B23

Black with #D09B23

Text Example


Text Example

White with #D09B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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