Html Css Color HEX #DAAD0D Gamboge

📋 copy color: '#DAAD0D'

red 218 ◦ green 173 ◦ blue 13

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

Shades of Gamboge #DAAD0D

Tints of Gamboge #DAAD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.22%

R = 53.96%
G = 42.82%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAAD0D (or 0xDAAD0D) is known color: Gamboge. HEX triplet: DA, AD and 0D. RGB value is (218,173,13). Sum of RGB (Red+Green+Blue) = 218+173+13=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAD0D is #2552F2. Grayscale: #A8A8A8. Windows color (decimal): -2446067 or 896474. OLE color: 896474.

HSL color Cylindrical-coordinate representation of color #DAAD0D: hue angle of 46.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAAD0D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 13 -
CMYK 0 0.21 0.94 0.15
HSL 46.83º 0.89% 0.45% -
HSV(B) 46.83º 0.94% 0.85% -
XYZ 43.93 44.82 6.72 -
YUV 168.22 40.41 163.51 -
System Red Green Blue C M Y K H S L
Decimal 218 173 13 0 0.21 0.94 0.15 46.83 0.89 0.45
Hex DA AD D 0 15 5E F 2F 59 2D
Octal 332 255 15 0 25 136 17 57 131 55
Binary 11011010 10101101 1101 0 10101 1011110 1111 101111 1011001 101101

Color Harmonies of #DAAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD0D

Black with #DAAD0D

Text Example


Text Example

White with #DAAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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