Html Css Color HEX #DAAC07 Gamboge

📋 copy color: '#DAAC07'

red 218 ◦ green 172 ◦ blue 7

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

Shades of Gamboge #DAAC07

Tints of Gamboge #DAAC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 54.91%
G = 43.32%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAAC07 (or 0xDAAC07) is known color: Gamboge. HEX triplet: DA, AC and 07. RGB value is (218,172,7). Sum of RGB (Red+Green+Blue) = 218+172+7=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC07 is #2553F8. Grayscale: #A7A7A7. Windows color (decimal): -2446329 or 503002. OLE color: 503002.

HSL color Cylindrical-coordinate representation of color #DAAC07: hue angle of 46.92º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAAC07 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 7 -
CMYK 0 0.21 0.97 0.15
HSL 46.92º 0.94% 0.44% -
HSV(B) 46.92º 0.97% 0.85% -
XYZ 43.7 44.43 6.47 -
YUV 166.94 37.74 164.42 -
System Red Green Blue C M Y K H S L
Decimal 218 172 7 0 0.21 0.97 0.15 46.92 0.94 0.44
Hex DA AC 7 0 15 61 F 2F 5E 2C
Octal 332 254 7 0 25 141 17 57 136 54
Binary 11011010 10101100 111 0 10101 1100001 1111 101111 1011110 101100

Color Harmonies of #DAAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC07

Black with #DAAC07

Text Example


Text Example

White with #DAAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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