Html Css Color HEX #DAAD0C Gamboge

📋 copy color: '#DAAD0C'

red 218 ◦ green 173 ◦ blue 12

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

Shades of Gamboge #DAAD0C

Tints of Gamboge #DAAD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.93%

 BLUE value IS 12 (5.08% from 255) = 2.98%

R = 54.09%
G = 42.93%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAAD0C (or 0xDAAD0C) is known color: Gamboge. HEX triplet: DA, AD and 0C. RGB value is (218,173,12). Sum of RGB (Red+Green+Blue) = 218+173+12=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAD0C is #2552F3. Grayscale: #A8A8A8. Windows color (decimal): -2446068 or 830938. OLE color: 830938.

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

Color convert

RGB 218 173 12 -
CMYK 0 0.21 0.94 0.15
HSL 46.89º 0.9% 0.45% -
HSV(B) 46.89º 0.94% 0.85% -
XYZ 43.92 44.82 6.68 -
YUV 168.1 39.91 163.59 -
System Red Green Blue C M Y K H S L
Decimal 218 173 12 0 0.21 0.94 0.15 46.89 0.9 0.45
Hex DA AD C 0 15 5E F 2F 5A 2D
Octal 332 255 14 0 25 136 17 57 132 55
Binary 11011010 10101101 1100 0 10101 1011110 1111 101111 1011010 101101

Color Harmonies of #DAAD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD0C

Black with #DAAD0C

Text Example


Text Example

White with #DAAD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD0C; }

 p { color: rgb(218,173,12); }

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

background-color css

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

 a { background-color: rgb(218,173,12); }

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

border-color css

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

 span { border-color: rgb(218,173,12); }

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