Html Css Color HEX #DAA72D Galliano

📋 copy color: '#DAA72D'

red 218 ◦ green 167 ◦ blue 45

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

Shades of Galliano #DAA72D

Tints of Galliano #DAA72D

RGB

 RED value IS 218 (85.55% from 255) = 50.7%

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

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 50.7%
G = 38.84%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAA72D (or 0xDAA72D) is known color: Galliano. HEX triplet: DA, A7 and 2D. RGB value is (218,167,45). Sum of RGB (Red+Green+Blue) = 218+167+45=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA72D is #2558D2. Grayscale: #A8A8A8. Windows color (decimal): -2447571 or 2992090. OLE color: 2992090.

HSL color Cylindrical-coordinate representation of color #DAA72D: hue angle of 42.31º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAA72D is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 45 -
CMYK 0 0.23 0.79 0.15
HSL 42.31º 0.7% 0.52% -
HSV(B) 42.31º 0.79% 0.85% -
XYZ 43.21 42.73 8.45 -
YUV 168.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 218 167 45 0 0.23 0.79 0.15 42.31 0.7 0.52
Hex DA A7 2D 0 17 4F F 2A 46 34
Octal 332 247 55 0 27 117 17 52 106 64
Binary 11011010 10100111 101101 0 10111 1001111 1111 101010 1000110 110100

Color Harmonies of #DAA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA72D

Black with #DAA72D

Text Example


Text Example

White with #DAA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA72D; }

 p { color: rgb(218,167,45); }

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

background-color css

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

 a { background-color: rgb(218,167,45); }

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

border-color css

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

 span { border-color: rgb(218,167,45); }

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