Html Css Color HEX #DDA723 Galliano

📋 copy color: '#DDA723'

red 221 ◦ green 167 ◦ blue 35

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

Shades of Galliano #DDA723

Tints of Galliano #DDA723

RGB

 RED value IS 221 (86.72% from 255) = 52.25%

 GREEN value IS 167 (65.63% from 255) = 39.48%

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

R = 52.25%
G = 39.48%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDA723 (or 0xDDA723) is known color: Galliano. HEX triplet: DD, A7 and 23. RGB value is (221,167,35). Sum of RGB (Red+Green+Blue) = 221+167+35=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA723 is #2258DC. Grayscale: #A8A8A8. Windows color (decimal): -2250973 or 2336733. OLE color: 2336733.

HSL color Cylindrical-coordinate representation of color #DDA723: hue angle of 42.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDA723 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 35 -
CMYK 0 0.24 0.84 0.13
HSL 42.58º 0.73% 0.5% -
HSV(B) 42.58º 0.84% 0.87% -
XYZ 43.94 43.13 7.6 -
YUV 168.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 221 167 35 0 0.24 0.84 0.13 42.58 0.73 0.5
Hex DD A7 23 0 18 54 D 2B 49 32
Octal 335 247 43 0 30 124 15 53 111 62
Binary 11011101 10100111 100011 0 11000 1010100 1101 101011 1001001 110010

Color Harmonies of #DDA723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA723

Black with #DDA723

Text Example


Text Example

White with #DDA723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA723; }

 p { color: rgb(221,167,35); }

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

background-color css

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

 a { background-color: rgb(221,167,35); }

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

border-color css

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

 span { border-color: rgb(221,167,35); }

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