Html Css Color HEX #DAA30A Gamboge

📋 copy color: '#DAA30A'

red 218 ◦ green 163 ◦ blue 10

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

Shades of Gamboge #DAA30A

Tints of Gamboge #DAA30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

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

R = 55.75%
G = 41.69%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAA30A (or 0xDAA30A) is known color: Gamboge. HEX triplet: DA, A3 and 0A. RGB value is (218,163,10). Sum of RGB (Red+Green+Blue) = 218+163+10=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA30A is #255CF5. Grayscale: #A2A2A2. Windows color (decimal): -2448630 or 697306. OLE color: 697306.

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

Color convert

RGB 218 163 10 -
CMYK 0 0.25 0.95 0.15
HSL 44.13º 0.91% 0.45% -
HSV(B) 44.13º 0.95% 0.85% -
XYZ 42.07 41.12 6.01 -
YUV 162 42.22 167.94 -
System Red Green Blue C M Y K H S L
Decimal 218 163 10 0 0.25 0.95 0.15 44.13 0.91 0.45
Hex DA A3 A 0 19 5F F 2C 5B 2D
Octal 332 243 12 0 31 137 17 54 133 55
Binary 11011010 10100011 1010 0 11001 1011111 1111 101100 1011011 101101

Color Harmonies of #DAA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA30A

Black with #DAA30A

Text Example


Text Example

White with #DAA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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