Html Css Color HEX #DAAD2D Gold Tips

📋 copy color: '#DAAD2D'

red 218 ◦ green 173 ◦ blue 45

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

Shades of Gold Tips #DAAD2D

Tints of Gold Tips #DAAD2D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

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

R = 50%
G = 39.68%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAAD2D (or 0xDAAD2D) is known color: Gold Tips. HEX triplet: DA, AD and 2D. RGB value is (218,173,45). Sum of RGB (Red+Green+Blue) = 218+173+45=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD2D is #2552D2. Grayscale: #ACACAC. Windows color (decimal): -2446035 or 2993626. OLE color: 2993626.

HSL color Cylindrical-coordinate representation of color #DAAD2D: hue angle of 44.39º 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 #DAAD2D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 45 -
CMYK 0 0.21 0.79 0.15
HSL 44.39º 0.7% 0.52% -
HSV(B) 44.39º 0.79% 0.85% -
XYZ 44.33 44.98 8.83 -
YUV 171.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 218 173 45 0 0.21 0.79 0.15 44.39 0.7 0.52
Hex DA AD 2D 0 15 4F F 2C 46 34
Octal 332 255 55 0 25 117 17 54 106 64
Binary 11011010 10101101 101101 0 10101 1001111 1111 101100 1000110 110100

Color Harmonies of #DAAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD2D

Black with #DAAD2D

Text Example


Text Example

White with #DAAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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