Html Css Color HEX #DCAD03 Gamboge

📋 copy color: '#DCAD03'

red 220 ◦ green 173 ◦ blue 3

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

Shades of Gamboge #DCAD03

Tints of Gamboge #DCAD03

RGB

 RED value IS 220 (86.33% from 255) = 55.56%

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

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

R = 55.56%
G = 43.69%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCAD03 (or 0xDCAD03) is known color: Gamboge. HEX triplet: DC, AD and 03. RGB value is (220,173,3). Sum of RGB (Red+Green+Blue) = 220+173+3=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD03 is #2352FC. Grayscale: #A8A8A8. Windows color (decimal): -2315005 or 241116. OLE color: 241116.

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

Color convert

RGB 220 173 3 -
CMYK 0 0.21 0.99 0.14
HSL 47º 0.97% 0.44% -
HSV(B) 47º 0.99% 0.86% -
XYZ 44.48 45.11 6.45 -
YUV 167.67 35.07 165.32 -
System Red Green Blue C M Y K H S L
Decimal 220 173 3 0 0.21 0.99 0.14 47 0.97 0.44
Hex DC AD 3 0 15 63 E 2F 61 2C
Octal 334 255 3 0 25 143 16 57 141 54
Binary 11011100 10101101 11 0 10101 1100011 1110 101111 1100001 101100

Color Harmonies of #DCAD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD03

Black with #DCAD03

Text Example


Text Example

White with #DCAD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD03; }

 p { color: rgb(220,173,3); }

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

background-color css

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

 a { background-color: rgb(220,173,3); }

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

border-color css

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

 span { border-color: rgb(220,173,3); }

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