Html Css Color HEX #D69D24 Galliano

📋 copy color: '#D69D24'

red 214 ◦ green 157 ◦ blue 36

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

Shades of Galliano #D69D24

Tints of Galliano #D69D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.85%

R = 52.58%
G = 38.57%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D69D24 (or 0xD69D24) is known color: Galliano. HEX triplet: D6, 9D and 24. RGB value is (214,157,36). Sum of RGB (Red+Green+Blue) = 214+157+36=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D24 is #2962DB. Grayscale: #A0A0A0. Windows color (decimal): -2712284 or 2399702. OLE color: 2399702.

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

Color convert

RGB 214 157 36 -
CMYK 0 0.27 0.83 0.16
HSL 40.79º 0.71% 0.49% -
HSV(B) 40.79º 0.83% 0.84% -
XYZ 40.11 38.54 6.99 -
YUV 160.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 214 157 36 0 0.27 0.83 0.16 40.79 0.71 0.49
Hex D6 9D 24 0 1B 53 10 29 47 31
Octal 326 235 44 0 33 123 20 51 107 61
Binary 11010110 10011101 100100 0 11011 1010011 10000 101001 1000111 110001

Color Harmonies of #D69D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D24

Black with #D69D24

Text Example


Text Example

White with #D69D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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