Html Css Color HEX #D69D23 Galliano

📋 copy color: '#D69D23'

red 214 ◦ green 157 ◦ blue 35

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

Shades of Galliano #D69D23

Tints of Galliano #D69D23

RGB

 RED value IS 214 (83.98% from 255) = 52.71%

 GREEN value IS 157 (61.72% from 255) = 38.67%

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

R = 52.71%
G = 38.67%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69D23 (or 0xD69D23) is known color: Galliano. HEX triplet: D6, 9D and 23. RGB value is (214,157,35). Sum of RGB (Red+Green+Blue) = 214+157+35=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D23 is #2962DC. Grayscale: #A0A0A0. Windows color (decimal): -2712285 or 2334166. OLE color: 2334166.

HSL color Cylindrical-coordinate representation of color #D69D23: hue angle of 40.89º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D69D23 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 35 -
CMYK 0 0.27 0.84 0.16
HSL 40.89º 0.72% 0.49% -
HSV(B) 40.89º 0.84% 0.84% -
XYZ 40.09 38.53 6.91 -
YUV 160.14 57.38 166.42 -
System Red Green Blue C M Y K H S L
Decimal 214 157 35 0 0.27 0.84 0.16 40.89 0.72 0.49
Hex D6 9D 23 0 1B 54 10 29 48 31
Octal 326 235 43 0 33 124 20 51 110 61
Binary 11010110 10011101 100011 0 11011 1010100 10000 101001 1001000 110001

Color Harmonies of #D69D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D23

Black with #D69D23

Text Example


Text Example

White with #D69D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D23; }

 p { color: rgb(214,157,35); }

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

background-color css

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

 a { background-color: rgb(214,157,35); }

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

border-color css

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

 span { border-color: rgb(214,157,35); }

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