Html Css Color HEX #DAA90B Gamboge

📋 copy color: '#DAA90B'

red 218 ◦ green 169 ◦ blue 11

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

Shades of Gamboge #DAA90B

Tints of Gamboge #DAA90B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.46%

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

R = 54.77%
G = 42.46%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAA90B (or 0xDAA90B) is known color: Gamboge. HEX triplet: DA, A9 and 0B. RGB value is (218,169,11). Sum of RGB (Red+Green+Blue) = 218+169+11=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA90B is #2556F4. Grayscale: #A6A6A6. Windows color (decimal): -2447093 or 764378. OLE color: 764378.

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

Color convert

RGB 218 169 11 -
CMYK 0 0.22 0.95 0.15
HSL 45.8º 0.9% 0.45% -
HSV(B) 45.8º 0.95% 0.85% -
XYZ 43.16 43.31 6.4 -
YUV 165.64 40.73 165.35 -
System Red Green Blue C M Y K H S L
Decimal 218 169 11 0 0.22 0.95 0.15 45.8 0.9 0.45
Hex DA A9 B 0 16 5F F 2E 5A 2D
Octal 332 251 13 0 26 137 17 56 132 55
Binary 11011010 10101001 1011 0 10110 1011111 1111 101110 1011010 101101

Color Harmonies of #DAA90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA90B

Black with #DAA90B

Text Example


Text Example

White with #DAA90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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