Html Css Color HEX #DAAC0D Gamboge

📋 copy color: '#DAAC0D'

red 218 ◦ green 172 ◦ blue 13

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

Shades of Gamboge #DAAC0D

Tints of Gamboge #DAAC0D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.68%

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

R = 54.09%
G = 42.68%
B = 3.23%

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

#DAAC0D (or 0xDAAC0D) is known color: Gamboge. HEX triplet: DA, AC and 0D. RGB value is (218,172,13). Sum of RGB (Red+Green+Blue) = 218+172+13=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC0D is #2553F2. Grayscale: #A8A8A8. Windows color (decimal): -2446323 or 896218. OLE color: 896218.

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

Color convert

RGB 218 172 13 -
CMYK 0 0.21 0.94 0.15
HSL 46.54º 0.89% 0.45% -
HSV(B) 46.54º 0.94% 0.85% -
XYZ 43.74 44.44 6.65 -
YUV 167.63 40.74 163.93 -
System Red Green Blue C M Y K H S L
Decimal 218 172 13 0 0.21 0.94 0.15 46.54 0.89 0.45
Hex DA AC D 0 15 5E F 2F 59 2D
Octal 332 254 15 0 25 136 17 57 131 55
Binary 11011010 10101100 1101 0 10101 1011110 1111 101111 1011001 101101

Color Harmonies of #DAAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC0D

Black with #DAAC0D

Text Example


Text Example

White with #DAAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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