Html Css Color HEX #DAA50B Gamboge

📋 copy color: '#DAA50B'

red 218 ◦ green 165 ◦ blue 11

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

Shades of Gamboge #DAA50B

Tints of Gamboge #DAA50B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.88%

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 55.33%
G = 41.88%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAA50B (or 0xDAA50B) is known color: Gamboge. HEX triplet: DA, A5 and 0B. RGB value is (218,165,11). Sum of RGB (Red+Green+Blue) = 218+165+11=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA50B is #255AF4. Grayscale: #A3A3A3. Windows color (decimal): -2448117 or 763354. OLE color: 763354.

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

Color convert

RGB 218 165 11 -
CMYK 0 0.24 0.95 0.15
HSL 44.64º 0.9% 0.45% -
HSV(B) 44.64º 0.95% 0.85% -
XYZ 42.43 41.84 6.16 -
YUV 163.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 218 165 11 0 0.24 0.95 0.15 44.64 0.9 0.45
Hex DA A5 B 0 18 5F F 2D 5A 2D
Octal 332 245 13 0 30 137 17 55 132 55
Binary 11011010 10100101 1011 0 11000 1011111 1111 101101 1011010 101101

Color Harmonies of #DAA50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA50B

Black with #DAA50B

Text Example


Text Example

White with #DAA50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA50B; }

 p { color: rgb(218,165,11); }

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

background-color css

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

 a { background-color: rgb(218,165,11); }

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

border-color css

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

 span { border-color: rgb(218,165,11); }

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