Html Css Color HEX #DAAB0A Gamboge

📋 copy color: '#DAAB0A'

red 218 ◦ green 171 ◦ blue 10

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

Shades of Gamboge #DAAB0A

Tints of Gamboge #DAAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.86%

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 54.64%
G = 42.86%
B = 2.51%

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

#DAAB0A (or 0xDAAB0A) is known color: Gamboge. HEX triplet: DA, AB and 0A. RGB value is (218,171,10). Sum of RGB (Red+Green+Blue) = 218+171+10=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAB0A is #2554F5. Grayscale: #A7A7A7. Windows color (decimal): -2446582 or 699354. OLE color: 699354.

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

Color convert

RGB 218 171 10 -
CMYK 0 0.22 0.95 0.15
HSL 46.44º 0.91% 0.45% -
HSV(B) 46.44º 0.95% 0.85% -
XYZ 43.53 44.05 6.5 -
YUV 166.7 39.57 164.59 -
System Red Green Blue C M Y K H S L
Decimal 218 171 10 0 0.22 0.95 0.15 46.44 0.91 0.45
Hex DA AB A 0 16 5F F 2E 5B 2D
Octal 332 253 12 0 26 137 17 56 133 55
Binary 11011010 10101011 1010 0 10110 1011111 1111 101110 1011011 101101

Color Harmonies of #DAAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB0A

Black with #DAAB0A

Text Example


Text Example

White with #DAAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB0A; }

 p { color: rgb(218,171,10); }

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

background-color css

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

 a { background-color: rgb(218,171,10); }

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

border-color css

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

 span { border-color: rgb(218,171,10); }

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