Html Css Color HEX #DCAD05 Gamboge

📋 copy color: '#DCAD05'

red 220 ◦ green 173 ◦ blue 5

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

Shades of Gamboge #DCAD05

Tints of Gamboge #DCAD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 55.28%
G = 43.47%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCAD05 (or 0xDCAD05) is known color: Gamboge. HEX triplet: DC, AD and 05. RGB value is (220,173,5). Sum of RGB (Red+Green+Blue) = 220+173+5=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD05 is #2352FA. Grayscale: #A8A8A8. Windows color (decimal): -2315003 or 372188. OLE color: 372188.

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

Color convert

RGB 220 173 5 -
CMYK 0 0.21 0.98 0.14
HSL 46.88º 0.96% 0.44% -
HSV(B) 46.88º 0.98% 0.86% -
XYZ 44.49 45.11 6.51 -
YUV 167.9 36.07 165.16 -
System Red Green Blue C M Y K H S L
Decimal 220 173 5 0 0.21 0.98 0.14 46.88 0.96 0.44
Hex DC AD 5 0 15 62 E 2F 60 2C
Octal 334 255 5 0 25 142 16 57 140 54
Binary 11011100 10101101 101 0 10101 1100010 1110 101111 1100000 101100

Color Harmonies of #DCAD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD05

Black with #DCAD05

Text Example


Text Example

White with #DCAD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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