Html Css Color HEX #DAAC03 Gamboge

📋 copy color: '#DAAC03'

red 218 ◦ green 172 ◦ blue 3

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

Shades of Gamboge #DAAC03

Tints of Gamboge #DAAC03

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.77%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 55.47%
G = 43.77%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAAC03 (or 0xDAAC03) is known color: Gamboge. HEX triplet: DA, AC and 03. RGB value is (218,172,3). Sum of RGB (Red+Green+Blue) = 218+172+3=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC03 is #2553FC. Grayscale: #A7A7A7. Windows color (decimal): -2446333 or 240858. OLE color: 240858.

HSL color Cylindrical-coordinate representation of color #DAAC03: hue angle of 47.16º degrees, saturation: 0.97, 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 #DAAC03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 3 -
CMYK 0 0.21 0.99 0.15
HSL 47.16º 0.97% 0.43% -
HSV(B) 47.16º 0.99% 0.85% -
XYZ 43.68 44.42 6.36 -
YUV 166.49 35.74 164.74 -
System Red Green Blue C M Y K H S L
Decimal 218 172 3 0 0.21 0.99 0.15 47.16 0.97 0.43
Hex DA AC 3 0 15 63 F 2F 61 2B
Octal 332 254 3 0 25 143 17 57 141 53
Binary 11011010 10101100 11 0 10101 1100011 1111 101111 1100001 101011

Color Harmonies of #DAAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC03

Black with #DAAC03

Text Example


Text Example

White with #DAAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC03; }

 p { color: rgb(218,172,3); }

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

background-color css

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

 a { background-color: rgb(218,172,3); }

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

border-color css

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

 span { border-color: rgb(218,172,3); }

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