Html Css Color HEX #DCAD07 Gamboge

📋 copy color: '#DCAD07'

red 220 ◦ green 173 ◦ blue 7

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

Shades of Gamboge #DCAD07

Tints of Gamboge #DCAD07

RGB

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

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

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

R = 55%
G = 43.25%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCAD07 (or 0xDCAD07) is known color: Gamboge. HEX triplet: DC, AD and 07. RGB value is (220,173,7). Sum of RGB (Red+Green+Blue) = 220+173+7=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD07 is #2352F8. Grayscale: #A8A8A8. Windows color (decimal): -2315001 or 503260. OLE color: 503260.

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

Color convert

RGB 220 173 7 -
CMYK 0 0.21 0.97 0.14
HSL 46.76º 0.94% 0.45% -
HSV(B) 46.76º 0.97% 0.86% -
XYZ 44.5 45.12 6.56 -
YUV 168.13 37.07 165 -
System Red Green Blue C M Y K H S L
Decimal 220 173 7 0 0.21 0.97 0.14 46.76 0.94 0.45
Hex DC AD 7 0 15 61 E 2F 5E 2D
Octal 334 255 7 0 25 141 16 57 136 55
Binary 11011100 10101101 111 0 10101 1100001 1110 101111 1011110 101101

Color Harmonies of #DCAD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD07

Black with #DCAD07

Text Example


Text Example

White with #DCAD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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