Html Css Color HEX #DAA702 Gamboge

📋 copy color: '#DAA702'

red 218 ◦ green 167 ◦ blue 2

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

Shades of Gamboge #DAA702

Tints of Gamboge #DAA702

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.15%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 56.33%
G = 43.15%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAA702 (or 0xDAA702) is known color: Gamboge. HEX triplet: DA, A7 and 02. RGB value is (218,167,2). Sum of RGB (Red+Green+Blue) = 218+167+2=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA702 is #2558FD. Grayscale: #A4A4A4. Windows color (decimal): -2447614 or 174042. OLE color: 174042.

HSL color Cylindrical-coordinate representation of color #DAA702: hue angle of 45.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAA702 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 2 -
CMYK 0 0.23 0.99 0.15
HSL 45.83º 0.98% 0.43% -
HSV(B) 45.83º 0.99% 0.85% -
XYZ 42.74 42.55 6.02 -
YUV 163.44 36.9 166.92 -
System Red Green Blue C M Y K H S L
Decimal 218 167 2 0 0.23 0.99 0.15 45.83 0.98 0.43
Hex DA A7 2 0 17 63 F 2E 62 2B
Octal 332 247 2 0 27 143 17 56 142 53
Binary 11011010 10100111 10 0 10111 1100011 1111 101110 1100010 101011

Color Harmonies of #DAA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA702

Black with #DAA702

Text Example


Text Example

White with #DAA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA702; }

 p { color: rgb(218,167,2); }

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

background-color css

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

 a { background-color: rgb(218,167,2); }

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

border-color css

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

 span { border-color: rgb(218,167,2); }

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