Html Css Color HEX #DAA30B Gamboge

📋 copy color: '#DAA30B'

red 218 ◦ green 163 ◦ blue 11

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

Shades of Gamboge #DAA30B

Tints of Gamboge #DAA30B

RGB

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

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

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

R = 55.61%
G = 41.58%
B = 2.81%

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

#DAA30B (or 0xDAA30B) is known color: Gamboge. HEX triplet: DA, A3 and 0B. RGB value is (218,163,11). Sum of RGB (Red+Green+Blue) = 218+163+11=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA30B is #255CF4. Grayscale: #A2A2A2. Windows color (decimal): -2448629 or 762842. OLE color: 762842.

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

Color convert

RGB 218 163 11 -
CMYK 0 0.25 0.95 0.15
HSL 44.06º 0.9% 0.45% -
HSV(B) 44.06º 0.95% 0.85% -
XYZ 42.07 41.12 6.04 -
YUV 162.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 218 163 11 0 0.25 0.95 0.15 44.06 0.9 0.45
Hex DA A3 B 0 19 5F F 2C 5A 2D
Octal 332 243 13 0 31 137 17 54 132 55
Binary 11011010 10100011 1011 0 11001 1011111 1111 101100 1011010 101101

Color Harmonies of #DAA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA30B

Black with #DAA30B

Text Example


Text Example

White with #DAA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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